summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 09:29:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 09:29:26 -0400
commit3da39fbbc13f0f9f220e2aff6057719e66e6d092 (patch)
treebf884743aeffb8eb734de121cdb071030ecae730
parent504173434708d23d97e31f4162134a31f978b9ab (diff)
downloadpython-setuptools-bitbucket-3da39fbbc13f0f9f220e2aff6057719e66e6d092.tar.gz
Add doctesting of modules. Ref #259.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bc387f46..b434a793 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,5 @@ script:
# testing fix for https://bitbucket.org/hpk42/pytest/issue/555
- pip install --pre -i https://devpi.net/hpk/dev/ --upgrade pytest
- python setup.py test
- - python setup.py ptr
+ - python setup.py ptr --addopts='--doctest-modules'
- python ez_setup.py --version 5.4.1