Skip to content

Commit

Permalink
Testing with latest Django version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Jul 15, 2013
1 parent dea4c38 commit d72557a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps =
[testenv:py26-1.5]
basepython = python2.6
deps =
Django==1.5
Django==1.5.1
-r{toxinidir}/requirements/tests.txt

[testenv:py26-trunk]
Expand All @@ -38,7 +38,7 @@ deps =
[testenv:py27-1.5]
basepython = python2.7
deps =
Django==1.5
Django==1.5.1
-r{toxinidir}/requirements/tests.txt

[testenv:py27-trunk]
Expand All @@ -50,7 +50,7 @@ deps =
[testenv:py32-1.5]
basepython = python3.2
deps =
Django==1.5
Django==1.5.1
argparse
mock
https://bitbucket.org/andrewgodwin/south/get/default.tar.gz#egg=South
Expand All @@ -66,7 +66,7 @@ deps =
[testenv:py33-1.5]
basepython = python3.3
deps =
Django==1.5
Django==1.5.1
argparse
mock
https://bitbucket.org/andrewgodwin/south/get/default.tar.gz#egg=South
Expand All @@ -88,7 +88,7 @@ deps =
[testenv:pypy-1.5]
basepython = pypy
deps =
Django==1.5
Django==1.5.1
-r{toxinidir}/requirements/tests.txt

[testenv:pypy-trunk]
Expand Down

0 comments on commit d72557a

Please sign in to comment.