tox.ini: always set usedevelop=True (#22390)

It currently does not work without it.
This commit is contained in:
Benjamin Dauvergne 2018-03-16 12:40:01 +01:00
parent 2a675d6cf8
commit 12927558bf
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,7 @@ envlist = coverage-{django18,django111}-pylint
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/
[testenv]
usedevelop =
coverage: True
nocoverage: False
usedevelop = True
setenv =
WCSCTL=wcs/wcsctl.py
DJANGO_SETTINGS_MODULE=combo.settings