cleanup tox

This commit is contained in:
Thomas Kriechbaumer 2016-07-09 11:19:58 +02:00
parent 1b0a89abd2
commit aa1615eafd
1 changed files with 3 additions and 5 deletions

View File

@ -7,11 +7,9 @@ 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]