Skip to content

Commit 29d05ac

Browse files
committed
Revert "bump django 1.7 test to release candidate 1"
This reverts commit 9e56b89. ugh
1 parent 9e56b89 commit 29d05ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ deps =
6565
basepython=python2.7
6666
deps =
6767
{[testenv]deps}
68-
https://www.djangoproject.com/download/1.7c1/tarball/
68+
https://www.djangoproject.com/download/1.7b3/tarball/
6969

7070
[testenv:py33django17]
7171
basepython=python3.3
7272
deps =
7373
{[testenv]deps}
74-
https://www.djangoproject.com/download/1.7c1/tarball/
74+
https://www.djangoproject.com/download/1.7b3/tarball/
7575

7676
[testenv:py34django16]
7777
basepython=python3.4
@@ -83,4 +83,4 @@ deps =
8383
basepython=python3.4
8484
deps =
8585
{[testenv]deps}
86-
https://www.djangoproject.com/download/1.7c1/tarball/
86+
https://www.djangoproject.com/download/1.7b3/tarball/

0 commit comments

Comments
 (0)