diff options
| -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 | 
