Skip to content

Commit

Permalink
Make TESTENV match test env in tox
Browse files Browse the repository at this point in the history
Branch: feature/310-django15
  • Loading branch information
dpoirier committed Mar 11, 2013
1 parent afde6ac commit c38a184
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
Expand Up @@ -25,7 +25,7 @@ deps = django>=1.4,<1.5
[testenv:py26-1.5.X]
basepython = python2.6
setenv = {[testenv]setenv}
TESTENV = py26-1.4.X
TESTENV = py26-1.5.X
deps = django>=1.5,<1.6
{[default]deps}

Expand All @@ -46,7 +46,7 @@ deps = django>=1.4,<1.5
[testenv:py27-1.5.X]
basepython = python2.7
setenv = {[testenv]setenv}
TESTENV = py27-1.4.X
TESTENV = py27-1.5.X
deps = django>=1.5,<1.6
{[default]deps}

Expand Down

0 comments on commit c38a184

Please sign in to comment.