cleanup tox
This commit is contained in:
parent
1b0a89abd2
commit
aa1615eafd
8
tox.ini
8
tox.ini
|
@ -7,16 +7,14 @@ deps =
|
||||||
{env:CI_DEPS:}
|
{env:CI_DEPS:}
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_*
|
passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_*
|
||||||
setenv =
|
setenv = HOME = {envtmpdir}
|
||||||
TESTS = test/
|
|
||||||
HOME = {envtmpdir}
|
|
||||||
commands =
|
commands =
|
||||||
py.test --timeout 60 {posargs} {env:TESTS}
|
py.test --timeout 60 {posargs}
|
||||||
{env:CI_COMMANDS:python -c ""}
|
{env:CI_COMMANDS:python -c ""}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
changedir = docs
|
changedir = docs
|
||||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
deps = flake8>=2.6.2, <3
|
deps = flake8>=2.6.2, <3
|
||||||
|
|
Loading…
Reference in New Issue