tox.ini: usedevelop implies skipsdist
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -81,7 +81,6 @@ commands = {[testenv:py27-trial]commands}
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3
|
||||
skipsdist = True
|
||||
usedevelop = True
|
||||
changedir = doc/en
|
||||
deps = -r{toxinidir}/doc/en/requirements.txt
|
||||
@@ -135,7 +134,6 @@ commands =
|
||||
[testenv:release]
|
||||
decription = do a release, required posarg of the version number
|
||||
basepython = python3.6
|
||||
skipsdist = True
|
||||
usedevelop = True
|
||||
passenv = *
|
||||
deps =
|
||||
|
||||
Reference in New Issue
Block a user