diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | tox.ini | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7589fc7..7e871da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ install: script: - tox - - tox -e pep8 - tox -e coverage after_success: @@ -71,3 +71,7 @@ commands = coverage run --omit=*tox*,patchwork/tests/*.py,manage.py,patchwork/migrations/*.py \ --branch {toxinidir}/manage.py test --noinput patchwork coverage report -m + +[travis] +python = + 2.7: py27, pep8 |