summaryrefslogtreecommitdiff
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
commit9be62fef0123c1478702cc87cc661995279ee70e (patch)
treebb5240f169f0e12d77bbee4652a13cb667ea3210
parent44f0951586f5b72478ddf10b1f5c55e3546ca37d (diff)
downloadpython-setuptools-bitbucket-9be62fef0123c1478702cc87cc661995279ee70e.tar.gz
Also ignore lib2to3_ex.py
-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