Skip to content

Commit

Permalink
Make tox actually run the doctest examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Mar 20, 2015
1 parent 06a1e1a commit 70cb9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =

[testenv]
commands =
nosetests --doctest-tests
nosetests --where=src --with-doctest --doctest-tests
deps =
nose

Expand All @@ -18,7 +18,7 @@ setenv =
basepython =
python2.7
commands =
nosetests --with-xunit --with-xcoverage --doctest-tests
nosetests --with-xunit --with-xcoverage --with-doctest --doctest-tests --where=src
deps =
nose
coverage
Expand Down

0 comments on commit 70cb9cd

Please sign in to comment.