Ah, why not. pytest & tox are related

This commit is contained in:
Hynek Schlawack 2019-10-17 12:46:22 +02:00
parent a9a32a21a1
commit 0023e5bdce
2 changed files with 9 additions and 7 deletions

View File

@ -1,7 +0,0 @@
[tool:pytest]
strict = true
addopts = -ra
testpaths = tests
filterwarnings =
once::Warning
ignore:::pympler[.*]

View File

@ -1,3 +1,12 @@
[pytest]
strict = true
addopts = -ra
testpaths = tests
filterwarnings =
once::Warning
ignore:::pympler[.*]
[tox]
envlist = typing,lint,py27,py34,py35,py36,py37,py38,pypy,pypy3,manifest,docs,pypi-description,changelog,coverage-report
isolated_build = True