We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4417f8 commit 292493cCopy full SHA for 292493c
.travis.yml
@@ -228,6 +228,10 @@ before_install:
228
mv unittests/configs/castxml_epic1.cfg unittests/xml_generator.cfg;
229
fi
230
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
+
235
- pip install coveralls
236
237
# Install coverage tools (On 3.2 the new coverage is broken, use an old one)
0 commit comments