Merge pull request #2215 from RonnyPfannschmidt/fix-doctesting/devpi-bug

fix devpi test for doctesting env
This commit is contained in:
Bruno Oliveira 2017-01-22 13:02:03 -02:00 committed by GitHub
commit c39d846c1b
1 changed files with 4 additions and 2 deletions

View File

@ -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