tox: limit tests to django 1.11 (#41290)

This commit is contained in:
Frédéric Péters 2020-04-03 08:59:13 +02:00
parent 9a4569cd12
commit 4283c9817b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = coverage-dj18-pylint,coverage-dj18,dj111
envlist = coverage-dj111-pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/petale/
[testenv]