Skip to content

Commit 638b794

Browse files
committed
Improve tox Django dependency declaration.
1 parent 5996967 commit 638b794

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ deps =
5151
[testenv:py27]
5252
basepython = python2.7
5353
deps =
54-
Django>=1.7.0
54+
Django>=1.7, <1.8
5555
mock
5656
jinja2
5757
futures
5858

5959
[testenv:pypy]
6060
basepython = pypy
6161
deps =
62-
Django>=1.7.0
62+
Django>=1.7, <1.8
6363
mock
6464
jinja2
6565
futures
@@ -68,13 +68,13 @@ deps =
6868
basepython = python3.3
6969
deps =
7070
jinja2
71-
Django>=1.7.0
71+
Django>=1.7, <1.8
7272

7373
[testenv:py34]
7474
basepython = python3.4
7575
deps =
7676
jinja2
77-
Django>=1.7.0
77+
Django>=1.7, <1.8
7878

7979
[testenv:docs]
8080
basepython = python2.7

0 commit comments

Comments
 (0)