Add py3-dj21 tox env for Django 2.1

Django 2.1 has been released. It would be nice to have tox env
for testing with Django 2.1.

Note that this does not mean I lead Django 2.1 support.

Related-Bug: #1789046
Change-Id: Ic5f59e3c19480e01f5bfecbb0994121ee649388f
This commit is contained in:
Akihiro Motoki 2018-08-27 01:43:40 +09:00
parent 5f82accc48
commit 00c5814313
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 =