Skip to content

Commit

Permalink
Use xdoctest as doctest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 16, 2019
1 parent 0df36e6 commit db385f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ pytest-cov==2.5.1
tox==2.9.1
virtualenv==15.0.2
tox-virtualenv-no-download==1.0.2
xdoctest==0.10.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ envlist = py26,py27,py34,py37,pypy
[testenv]
changedir = .tox
deps = -rrequirements-test.txt
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}
commands = py.test --xdoctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}

0 comments on commit db385f2

Please sign in to comment.