From: Stephen Finucane Date: Fri, 26 Jan 2018 21:47:51 +0000 (+0000) Subject: travis: Run pep8 for py27 only X-Git-Tag: v2.1.0-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce361f009299e3e73c6fc73278bb76ab7fe9b03;p=thirdparty%2Fpatchwork.git travis: Run pep8 for py27 only Keep run times to a minimum. Signed-off-by: Stephen Finucane Acked-by: Daniel Axtens Signed-off-by: Daniel Axtens --- diff --git a/.travis.yml b/.travis.yml index 7589fc7f..7e871da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,6 @@ install: script: - tox - - tox -e pep8 - tox -e coverage after_success: diff --git a/tox.ini b/tox.ini index b70b6057..09505f78 100644 --- a/tox.ini +++ b/tox.ini @@ -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