Skip to content

Commit 8e6ccfe

Browse files
committed
Merge pull request #128 from xmlrunner/django
Float django versions
2 parents ad1a3fc + 14df05e commit 8e6ccfe

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)