Skip to content

Commit

Permalink
Use correct version spec to pick up latest point releases
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Oct 25, 2014
1 parent 59e8bff commit 319d7f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ commands =
basepython = python2.6
deps =
{[testenv]deps}
Django<1.6
Django>1.6,<1.7

[testenv:py27-1.7]
basepython = python2.7
deps =
{[testenv]deps}
Django<1.7
Django>1.7,<1.8

[testenv:py27-1.6]
basepython = python2.7
deps =
{[testenv]deps}
Django<1.6
Django>1.6,<1.7

[testenv:py27-master]
basepython = python2.7
Expand All @@ -53,13 +53,13 @@ deps =
basepython = python3.2
deps =
{[testenv]deps}
Django<1.7
Django>1.7,<1.8

[testenv:py32-1.6]
basepython = python3.2
deps =
{[testenv]deps}
Django<1.6
Django>1.6,<1.7

[testenv:py32-master]
basepython = python3.2
Expand All @@ -71,13 +71,13 @@ deps =
basepython = python3.3
deps =
{[testenv]deps}
Django<1.7
Django>1.7,<1.8

[testenv:py33-1.6]
basepython = python3.3
deps =
{[testenv]deps}
Django<1.6
Django>1.6,<1.7

[testenv:py33-master]
basepython = python3.3
Expand All @@ -89,13 +89,13 @@ deps =
basepython = python3.4
deps =
{[testenv]deps}
Django<1.7
Django>1.7,<1.8

[testenv:py34-1.6]
basepython = python3.4
deps =
{[testenv]deps}
Django<1.6
Django>1.6,<1.7

[testenv:py34-master]
basepython = python3.4
Expand Down

0 comments on commit 319d7f5

Please sign in to comment.