aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-07-09 11:19:58 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-07-09 11:20:10 +0200
commitaa1615eafd0b538ac289d901c3096b5e9c8bcbc2 (patch)
tree44ecdf31fc92a9301fa0581623126d22b65ef867 /tox.ini
parent1b0a89abd2c27e8331690063501d633cb5b04360 (diff)
downloadmitmproxy-aa1615eafd0b538ac289d901c3096b5e9c8bcbc2.tar.gz
mitmproxy-aa1615eafd0b538ac289d901c3096b5e9c8bcbc2.tar.bz2
mitmproxy-aa1615eafd0b538ac289d901c3096b5e9c8bcbc2.zip
cleanup tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 1896744d..9da23a2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,16 +7,14 @@ deps =
{env:CI_DEPS:}
-rrequirements.txt
passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_*
-setenv =
- TESTS = test/
- HOME = {envtmpdir}
+setenv = HOME = {envtmpdir}
commands =
- py.test --timeout 60 {posargs} {env:TESTS}
+ py.test --timeout 60 {posargs}
{env:CI_COMMANDS:python -c ""}
[testenv: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]
deps = flake8>=2.6.2, <3