Ah, why not. pytest & tox are related
This commit is contained in:
parent
a9a32a21a1
commit
0023e5bdce
|
@ -1,7 +0,0 @@
|
||||||
[tool:pytest]
|
|
||||||
strict = true
|
|
||||||
addopts = -ra
|
|
||||||
testpaths = tests
|
|
||||||
filterwarnings =
|
|
||||||
once::Warning
|
|
||||||
ignore:::pympler[.*]
|
|
9
tox.ini
9
tox.ini
|
@ -1,3 +1,12 @@
|
||||||
|
[pytest]
|
||||||
|
strict = true
|
||||||
|
addopts = -ra
|
||||||
|
testpaths = tests
|
||||||
|
filterwarnings =
|
||||||
|
once::Warning
|
||||||
|
ignore:::pympler[.*]
|
||||||
|
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = typing,lint,py27,py34,py35,py36,py37,py38,pypy,pypy3,manifest,docs,pypi-description,changelog,coverage-report
|
envlist = typing,lint,py27,py34,py35,py36,py37,py38,pypy,pypy3,manifest,docs,pypi-description,changelog,coverage-report
|
||||||
isolated_build = True
|
isolated_build = True
|
||||||
|
|
Loading…
Reference in New Issue