We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0794a commit 1a6e1abCopy full SHA for 1a6e1ab
1 file changed
tox.ini
@@ -6,7 +6,7 @@ commands =
6
python tests/run_tests.py
7
8
deps =
9
- django18: Django~=1.8.15
10
- django19: Django~=1.9.10
11
- django110: Django~=1.10.2
+ django18: Django>=1.8,<1.9
+ django19: Django>=1.9,<1.10
+ django110: Django>=1.10,<1.11
12
djangomaster: https://github.com/django/django/archive/master.tar.gz
0 commit comments