Skip to content

Commit 1a6e1ab

Browse files
committed
Make tox dependencies more flexible
1 parent 9c0794a commit 1a6e1ab

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
@@ -6,7 +6,7 @@ commands =
66
python tests/run_tests.py
77

88
deps =
9-
django18: Django~=1.8.15
10-
django19: Django~=1.9.10
11-
django110: Django~=1.10.2
9+
django18: Django>=1.8,<1.9
10+
django19: Django>=1.9,<1.10
11+
django110: Django>=1.10,<1.11
1212
djangomaster: https://github.com/django/django/archive/master.tar.gz

0 commit comments

Comments
 (0)