TE-2861 Use correct version of Django in tests (#20271)

This commit is contained in:
Jeremy Bowman
2019-04-19 10:44:41 -04:00
committed by GitHub
parent e99c3852b3
commit 5424155cd0
2 changed files with 10 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ passenv =
XDIST_NUM_TASKS
XDIST_REMOTE_NUM_PROCESSES
deps =
django111: Django>=1.11,<2
django111: -r requirements/edx/django.txt
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
-r requirements/edx/testing.txt