summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-27 11:26:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-27 11:26:29 -0400
commita40ae765974198e88337627123d97f9fc45a2e4b (patch)
tree1b8274fd48a03721f822a5340688c46547348599 /.travis.yml
parent60b97b0ca2335907fea90a904fcabedc44a47886 (diff)
downloadpython-setuptools-git-a40ae765974198e88337627123d97f9fc45a2e4b.tar.gz
Also ignore lib2to3_ex.py
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b2ebcf1e..b9690538 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,6 @@ 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 --ignore release.py'
+ - python setup.py ptr --addopts='--doctest-modules --ignore release.py
+ --ignore setuptools/lib2to3_ex.py'
- python ez_setup.py --version 5.4.1