tox.ini: remove nocoverage from the default envlist

This commit is contained in:
Benjamin Dauvergne 2019-12-09 15:16:00 +01:00
parent c0ac563d40
commit 37852c0660
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}-dj111-pg
envlist = coverage-dj111-pg
[testenv]
# django.contrib.auth is not tested it does not work with our templates