diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 11:26:29 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-27 11:26:29 -0400 |
| commit | a40ae765974198e88337627123d97f9fc45a2e4b (patch) | |
| tree | 1b8274fd48a03721f822a5340688c46547348599 /.travis.yml | |
| parent | 60b97b0ca2335907fea90a904fcabedc44a47886 (diff) | |
| download | python-setuptools-git-a40ae765974198e88337627123d97f9fc45a2e4b.tar.gz | |
Also ignore lib2to3_ex.py
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
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 |
