From 4fc595166ad30c993b30457198d2ec29ba2ce2e5 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 7 Oct 2016 18:04:20 -0400 Subject: [tests] do not halt on first failure on CI tests --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index cea73b2..5d0dfa1 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 -- cgit v1.2.3