diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,12 @@ deps = -rrequirements.txt commands = /bin/bash ./run_tests.sh whitelist_externals = /bin/bash + +[testenv:py27] +# don't re-run coverage on both py27 py3, it takes too long +setenv = + SKIP_COVERAGE=1 + [flake8] # E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126 # The rest of the ignores are TODOs |