Skip to content

Commit

Permalink
run doctest on source code
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed May 4, 2017
1 parent 0dfe231 commit 698dc50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ extras =
develop
test
commands =
py.test --cov=src --cov-report=xml --html=report-{envname}.html --self-contained-html {posargs}
pytest --cov=src --cov-report=xml --html=report-{envname}.html --self-contained-html {posargs}
pytest --doctest-modules src {posargs}
setenv =
COVERAGE_FILE=.coverage.{envname}
deps =
Expand Down

0 comments on commit 698dc50

Please sign in to comment.