Skip to content

Commit

Permalink
Cannot test on Python 2.7 due to pypa/setuptools#250.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 19, 2016
1 parent 6f33bda commit d5a508d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,10 @@ language: python
python:
- 2.7
- 3.5
install:
matrix:
allow_failures:
# Python 2.7 tests fail due to pypa/setuptools/issues/250
- python: 2.7
- pip install tox "setuptools>=28.2"
script:
- tox
Expand Down

0 comments on commit d5a508d

Please sign in to comment.