Skip to content

Commit

Permalink
add py3x-doctest to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Oct 7, 2020
1 parent 20458c2 commit 1397efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ deps =
-rtest_requirements.txt
-roptional_requirements.txt

[testenv:{py36,py37,py38,py39}-doctest]
commands =
py36,py37,py38,py39: nosetests -v --with-doctest --doctest-options=+NORMALIZE_WHITESPACE petl -I"csv_py2\.py" -I"db\.py"

[testenv:{py37,py38,py39}-docs]
# build documentation under similar environment to readthedocs
changedir = docs
Expand Down

0 comments on commit 1397efb

Please sign in to comment.