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 7bcea7a commit f8b8be4Copy full SHA for f8b8be4
.travis.yml
@@ -55,6 +55,11 @@ before_install:
55
- source venv/bin/activate
56
57
install:
58
+ # Upgrade pip and setuptools. Mock has issues with the default version of
59
+ # setuptools
60
+ - |
61
+ pip install --upgrade pip
62
+ pip install --upgrade setuptools
63
# Install only from travis wheelhouse
64
- if [ -z "$PRE" ]; then
65
wheelhouse_pip_install python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;
0 commit comments