19.4.1 refers to importlib machinery. Avoid that.

This commit is contained in:
Jonathan Lange 2016-01-25 15:36:10 +00:00
parent 20d41472fc
commit 9cf2c3efdf
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ matrix:
- SPHINX="<1.3"
# pip 8.0+ breaks on Python 3.2.
- PIP="<8"
# setuptools 19.6 breaks on Python 3.2.
# setuptools 19.4.1 breaks on Python 3.2.
- SETUPTOOLS="<19.6"
- python: "pypy"
env: TWISTED_REQ="Twisted==13.0.0"
@ -43,8 +43,8 @@ matrix:
env:
- SPHINX="<1.3"
- PIP="<8"
# setuptools 19.6 breaks on Python 3.2.
- SETUPTOOLS="<19.6"
# setuptools 19.4.1 breaks on Python 3.2.
- SETUPTOOLS="<19.4.1"
install:
- pip install -U pip$PIP wheel setuptools$SETUPTOOLS