summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-10-07 18:04:20 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-10-07 18:04:20 -0400
commit4fc595166ad30c993b30457198d2ec29ba2ce2e5 (patch)
treeb94c34b3d34a1900e870e8baab6c3417b7838d7b /tox.ini
parent2e0b799d5316af785ab929256f74d09c0817f340 (diff)
[tests] do not halt on first failure on CI tests
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