Skip to content

Commit 292493c

Browse files
committed
Downgrade setuptools for Python 3.2 on travis
1 parent b4417f8 commit 292493c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ before_install:
228228
mv unittests/configs/castxml_epic1.cfg unittests/xml_generator.cfg;
229229
fi
230230

231+
# The setuptools version installed on travis is too new and will
232+
# not work with python 3.2
233+
- if [[ $TRAVIS_PYTHON_VERSION == 3.2 ]] && [[ $WINDOWS == 0 ]]; then pip install 'setuptools<30.0.0'; fi
234+
231235
- pip install coveralls
232236

233237
# Install coverage tools (On 3.2 the new coverage is broken, use an old one)

0 commit comments

Comments
 (0)