Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8b8be4

Browse files
committed
Travis: Upgrade pip and setuptools
The installed version has issues with mock
1 parent 7bcea7a commit f8b8be4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ before_install:
5555
- source venv/bin/activate
5656

5757
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
5863
# Install only from travis wheelhouse
5964
- if [ -z "$PRE" ]; then
6065
wheelhouse_pip_install python-dateutil $NUMPY pyparsing pillow sphinx!=1.3.0;

0 commit comments

Comments
 (0)