Commit 885446fec6c9a12eb72c3faaaf88bcdc867355ab

Authored by crccheck
1 parent 53559070

Fixed Django version changed out from under tox.ini

Showing 1 changed file with 4 additions and 4 deletions
@@ -23,17 +23,17 @@ deps = Django==1.5 @@ -23,17 +23,17 @@ deps = Django==1.5
23 23
24 [testenv:py26-django16] 24 [testenv:py26-django16]
25 basepython = python2.6 25 basepython = python2.6
26 -deps = https://github.com/django/django/archive/master.zip 26 +deps = Django==1.6
27 27
28 [testenv:py27-django16] 28 [testenv:py27-django16]
29 basepython = python2.7 29 basepython = python2.7
30 -deps = https://github.com/django/django/archive/master.zip 30 +deps = Django==1.6
31 31
32 [testenv:py32-django16] 32 [testenv:py32-django16]
33 basepython = python3.2 33 basepython = python3.2
34 -deps = https://github.com/django/django/archive/master.zip 34 +deps = Django==1.6
35 35
36 [testenv:py33-django16] 36 [testenv:py33-django16]
37 basepython = python3.3 37 basepython = python3.3
38 -deps = https://github.com/django/django/archive/master.zip 38 +deps = Django==1.6
39 39
Please register or login to post a comment