diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 09:29:26 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 09:29:26 -0400 |
| commit | 89bde0f0a7af8936e38dbedbd82e2af14f3efc39 (patch) | |
| tree | 418e7672f8060adb09693a4300cd34b0f9e7e8e1 /.travis.yml | |
| parent | bb37802dc9f5bcaff5418438a88877b521208932 (diff) | |
| download | python-setuptools-git-89bde0f0a7af8936e38dbedbd82e2af14f3efc39.tar.gz | |
Add doctesting of modules. Ref #259.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
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 |
