tox: check against python 3

This commit is contained in:
Frédéric Péters 2018-04-25 11:13:34 +02:00
parent 474dfb46c8
commit 1f745944e6
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
[tox]
envlist = django18,django111
envlist = py3-django111
[testenv]
usedevelop = True
setenv =
DJANGO_SETTINGS_MODULE=bidon.settings
deps =
django18: django>=1.8,<1.9
django111: django>=1.11,<1.12
pytest-cov
pytest-django