Skip to content

Commit 14df05e

Browse files
committed
Float django versions
They are for testing anyway.
1 parent ad1a3fc commit 14df05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ deps =
1111
coverage
1212
codecov>=1.4.0
1313
coveralls
14-
djangolts: django==1.8.8
15-
djangocurr: django==1.9.1
14+
djangolts: django>=1.8.8,<1.9.0
15+
djangocurr: django>=1.9.1
1616
commands =
1717
coverage run --append setup.py test
1818
coverage report --omit='.tox/*'

0 commit comments

Comments
 (0)