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
commit a0e90eee83
1 changed files with 6 additions and 0 deletions

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 =