Skip to content

Commit

Permalink
Refactor tox config environment list
Browse files Browse the repository at this point in the history
Parameterizing environment names produces more readable code.
  • Loading branch information
fievelk committed Mar 26, 2017
1 parent 6d3eacf commit b480b59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[tox]
envlist = py27,py34,py35,pypy,py27-nodeps,py34-nodeps,py35-nodeps,py27-jenkins,py34-jenkins,py35-jenkins
envlist =
py{27,34,35}
pypy
py{27,34,35}-nodeps
py{27,34,35}-jenkins

[testenv]
; simplify numpy installation
Expand Down

0 comments on commit b480b59

Please sign in to comment.