Skip to content

Commit b8b68fe

Browse files
author
Jon Wayne Parrott
authored
Add environment markers to django test dependency (#460)
1 parent 89906ac commit b8b68fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ deps =
1313
mox
1414
pyopenssl
1515
pycrypto==2.6
16-
django
16+
django<2.0.0; python_version < '3.0.0'
17+
django>=2.0.0; python_version > '3.0.0'
1718
webtest
1819
nose
1920
coverage>=3.6,<3.99

0 commit comments

Comments
 (0)