From a40ae765974198e88337627123d97f9fc45a2e4b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 27 Sep 2014 11:26:29 -0400 Subject: Also ignore lib2to3_ex.py --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1