summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-23 12:03:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-23 12:03:58 -0500
commit5d3c86eb36dfdf972a1d3c8d69cf8be2050eb99c (patch)
treec00e51a6fb751c5fe7ead205b323b51577157523 /tox.ini
parente607c2c2e887b3a1140f82bdcb61b6389d183dcd (diff)
downloadcherrypy-git-5d3c86eb36dfdf972a1d3c8d69cf8be2050eb99c.tar.gz
Disable WEBTEST_INTERACTIVE as it only causes problems.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ee063479..85dbb026 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,11 @@
envlist = python
[testenv]
-usedevelop=True
+usedevelop = True
deps =
-rcherrypy/test/requirements.txt
commands =
- pytest
+ pytest {posargs}
+passenv = WEBTEST_INTERACTIVE
+setenv =
+ WEBTEST_INTERACTIVE=false