Skip to content

Commit

Permalink
Merge pull request #2215 from RonnyPfannschmidt/fix-doctesting/devpi-bug
Browse files Browse the repository at this point in the history
fix devpi test for doctesting env
  • Loading branch information
nicoddemus authored Jan 22, 2017
2 parents 15a3b57 + 4031222 commit c39d846
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c39d846

Please sign in to comment.