Skip to content

Commit

Permalink
Tidy tox targets
Browse files Browse the repository at this point in the history
  • Loading branch information
javacruft committed Feb 16, 2016
1 parent 5cf2d04 commit be5d1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint,py27
envlist = pep8,py27
skipsdist = True

[testenv]
Expand All @@ -14,7 +14,7 @@ basepython = python2.7
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

[testenv:lint]
[testenv:pep8]
basepython = python2.7
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit be5d1d2

Please sign in to comment.