summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cea73b29..5d0dfa11 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,8 +17,9 @@ setenv =
HOME=/tmp
[testenv:py27-dev]
+# This is the environment that the Gitlab CI runs normally
commands =
- py.test -k 'not bench' --pep8 -x {posargs}
+ py.test -k 'not bench' --pep8 {posargs}
deps =
-r{toxinidir}/pkg/requirements-testing.pip
gnupg