diff options
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ setenv = TESTS = test/ HOME = {envtmpdir} commands = - py.test -n 4 --timeout 60 {posargs} {env:TESTS} + py.test --timeout 60 {posargs} {env:TESTS} {env:CI_COMMANDS:python -c ""} [testenv:py35] |