Use Django 2.0.x for py35dj20 tox environment

Change-Id: Ia7871132c2e72240c8029f3713f4da2caffeeef6
This commit is contained in:
Ivan Kolodyazhny 2018-06-05 15:25:00 +00:00
parent a262a42a94
commit 7a3305f35a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ commands = {posargs}
[testenv:py35dj20]
basepython = python3.5
commands = pip install -U --pre django
commands = pip install django>=2.0,<2.1
/bin/bash run_tests.sh -N --no-pep8 {posargs}
[testenv:py27integration]