summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 2 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 4577abb..449f0a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,11 +6,8 @@ envlist = py37,py36,py27,pep8,releasenotes
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
- OS_STDOUT_CAPTURE=1
- OS_STDERR_CAPTURE=1
- OS_TEST_TIMEOUT=60
- TESTS_DIR=./keystonemiddleware/tests/unit/
-
+ OS_STDOUT_NOCAPTURE=False
+ OS_STDERR_NOCAPTURE=False
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt