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
|
||||
usedevelop=True
|
||||
skipsdist=True
|
||||
# ensure the given pyargs cant mean anytrhing else
|
||||
changedir=doc/
|
||||
deps=
|
||||
PyYAML
|
||||
commands=
|
||||
pytest -rfsxX doc/en
|
||||
pytest --doctest-modules {toxinidir}/_pytest
|
||||
pytest -rfsxX en
|
||||
pytest --doctest-modules --pyargs _pytest
|
||||
|
||||
[testenv:regen]
|
||||
changedir=doc/en
|
||||
|
|
Loading…
Reference in New Issue