Skip to content

Commit

Permalink
Upgrade Django versions in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Apr 1, 2014
1 parent 9554b04 commit e72ec40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ deps =
[testenv:py26-1.4]
basepython = python2.6
deps =
django == 1.4.5
django == 1.4.10
coverage == 3.6

[testenv:py26-1.5]
basepython = python2.6
deps =
django == 1.5.1
django == 1.5.5
coverage == 3.6

[testenv:py26-1.6]
Expand All @@ -67,13 +67,13 @@ deps =
[testenv:py27-1.4]
basepython = python2.7
deps =
django == 1.4.5
django == 1.4.10
coverage == 3.6

[testenv:py27-1.5]
basepython = python2.7
deps =
django == 1.5.1
django == 1.5.5
coverage == 3.6

[testenv:py27-1.6]
Expand All @@ -98,7 +98,7 @@ deps =
[testenv:py32-1.5]
basepython = python3.2
deps =
django == 1.5.1
django == 1.5.5
coverage == 3.6

[testenv:py32-1.6]
Expand All @@ -117,7 +117,7 @@ deps =
[testenv:py33-1.5]
basepython = python3.3
deps =
django == 1.5.1
django == 1.5.5
coverage == 3.6

[testenv:py33-1.6]
Expand Down

0 comments on commit e72ec40

Please sign in to comment.