summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 332ce9b8..b19a338c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,12 @@ envlist = python
usedevelop = True
commands =
pytest {posargs}
-passenv = WEBTEST_INTERACTIVE
+ codecov
+passenv =
+ WEBTEST_INTERACTIVE
+ CI
+ TRAVIS
+ TRAVIS_*
setenv =
WEBTEST_INTERACTIVE=false
extras =