tox.ini: only test with django 1.11 and postgres

This commit is contained in:
Benjamin Dauvergne 2019-06-30 11:38:55 +02:00
parent 60ed1c9514
commit 67e3ab656b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic2-cut/{env:BRANCH_NAME:}
envlist = {coverage,nocoverage}-{dj18,dj111}-{pg,sqlite}
envlist = {coverage,nocoverage}-dj111-pg
[testenv]
# django.contrib.auth is not tested it does not work with our templates