Skip to content

Commit df48a1c

Browse files
committed
update django testing requirements to Django 1.7
1 parent f347dd4 commit df48a1c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: tox.ini

+10-10
Original file line numberDiff line numberDiff line change
@@ -32,58 +32,58 @@ deps =
3232
basepython=python2.6
3333
deps =
3434
{[testenv]deps}
35-
django>=1.4,>1.5
35+
Django>=1.4,<1.5
3636

3737
[testenv:py26django15]
3838
basepython=python2.6
3939
deps =
4040
{[testenv]deps}
41-
django>=1.5,>1.6
41+
Django>=1.5,<1.6
4242

4343
[testenv:py27django14]
4444
basepython=python2.7
4545
deps =
4646
{[testenv]deps}
47-
django>=1.4,>1.5
47+
Django>=1.4,<1.5
4848

4949
[testenv:py27django15]
5050
basepython=python2.7
5151
deps =
5252
{[testenv]deps}
53-
django>=1.5,>1.6
53+
Django>=1.5,<1.6
5454

5555
[testenv:py27django16]
5656
basepython=python2.7
5757
deps =
5858
{[testenv]deps}
59-
django>=1.6,>1.5
59+
Django>=1.6,<1.5
6060

6161
[testenv:py33django16]
6262
basepython=python3.3
6363
deps =
6464
{[testenv]deps}
65-
django>=1.6,>1.5
65+
Django>=1.6,<1.5
6666

6767
[testenv:py27django17]
6868
basepython=python2.7
6969
deps =
7070
{[testenv]deps}
71-
https://www.djangoproject.com/download/1.7c1/tarball/
71+
Django>=1.7,<1.8
7272

7373
[testenv:py33django17]
7474
basepython=python3.3
7575
deps =
7676
{[testenv]deps}
77-
https://www.djangoproject.com/download/1.7c1/tarball/
77+
Django>=1.7,<1.8
7878

7979
[testenv:py34django16]
8080
basepython=python3.4
8181
deps =
8282
{[testenv]deps}
83-
django>=1.6,>1.5
83+
Django>=1.6,<1.5
8484

8585
[testenv:py34django17]
8686
basepython=python3.4
8787
deps =
8888
{[testenv]deps}
89-
https://www.djangoproject.com/download/1.7c1/tarball/
89+
Django>=1.7,<1.8

0 commit comments

Comments
 (0)