Merge pull request #2215 from RonnyPfannschmidt/fix-doctesting/devpi-bug
fix devpi test for doctesting env
This commit is contained in:
commit
c39d846c1b
6
tox.ini
6
tox.ini
|
@ -118,11 +118,13 @@ commands=
|
||||||
basepython = python
|
basepython = python
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
skipsdist=True
|
skipsdist=True
|
||||||
|
# ensure the given pyargs cant mean anytrhing else
|
||||||
|
changedir=doc/
|
||||||
deps=
|
deps=
|
||||||
PyYAML
|
PyYAML
|
||||||
commands=
|
commands=
|
||||||
pytest -rfsxX doc/en
|
pytest -rfsxX en
|
||||||
pytest --doctest-modules {toxinidir}/_pytest
|
pytest --doctest-modules --pyargs _pytest
|
||||||
|
|
||||||
[testenv:regen]
|
[testenv:regen]
|
||||||
changedir=doc/en
|
changedir=doc/en
|
||||||
|
|
Loading…
Reference in New Issue