diff options
| author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-07 18:04:20 -0400 | 
|---|---|---|
| committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-10-07 18:04:20 -0400 | 
| commit | 4fc595166ad30c993b30457198d2ec29ba2ce2e5 (patch) | |
| tree | b94c34b3d34a1900e870e8baab6c3417b7838d7b | |
| parent | 2e0b799d5316af785ab929256f74d09c0817f340 (diff) | |
[tests] do not halt on first failure on CI tests
| -rw-r--r-- | tox.ini | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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 | 
