tox.ini: usedevelop implies skipsdist
This commit is contained in:
parent
15d608867d
commit
5a544d4fac
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 =
|
||||
|
|
Loading…
Reference in New Issue