aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b434a793..b2ebcf1e 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 --addopts='--doctest-modules'
+ - python setup.py ptr --addopts='--doctest-modules --ignore release.py'
- python ez_setup.py --version 5.4.1