Tidy tox targets

This commit is contained in:
James Page 2016-02-16 07:07:09 +00:00
parent 6cf20beacb
commit b87ebd92d1
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
# Default to current LTS
envlist = lint,py27-trusty
envlist = pep8,py27-trusty
skipsdist = True
[testenv]
@ -21,7 +21,7 @@ basepython = python2.7
deps = -r{toxinidir}/requirements-trusty.txt
-r{toxinidir}/test-requirements.txt
[testenv:lint]
[testenv:pep8]
basepython = python2.7
deps = -r{toxinidir}/requirements-trusty.txt
-r{toxinidir}/test-requirements.txt