Merge "Add py3-dj21 tox env for Django 2.1"

This commit is contained in:
Zuul
2018-09-06 09:18:12 +00:00
committed by Gerrit Code Review

View File

@@ -27,6 +27,12 @@ setenv =
PYTHONUNBUFFERED = 1
{[testenv]setenv}
[testenv:py3-dj21]
basepython = python3
commands =
pip install django>=2.1<2.2
{[unit_tests]commands}
[testenv:py3-dj111]
basepython = python3
commands =