Skip to content

Commit 3543be9

Browse files
committed
tox.ini envlist generation, more D.R.Y.
*BEFORE* ```bash $ tox -l py27-django18 py35-django18 py27-django19 py35-django19 py27-django110 py35-django110 ``` *AFTER* ```bash $ tox -l py27-django18 py27-django19 py27-django110 py35-django18 py35-django19 py35-django110 ``` exactly the same envs, but more flexible `tox.ini`
1 parent c55e55b commit 3543be9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[tox]
22
envlist =
3-
{py27,py35}-django18
4-
{py27,py35}-django19
5-
{py27,py35}-django110
3+
{py27,py35}-django{18,19,110}
64

75
[testenv]
86
passenv = DATABASE_URL

0 commit comments

Comments
 (0)