Skip to content

Commit 7521dd4

Browse files
committed
Update pip as per pypa/setuptools#951
1 parent daa7118 commit 7521dd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.7
77
- 2.7
88
install:
9+
- pip install --upgrade pip
910
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements/python2.txt; fi
1011
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements/python3.txt; fi
1112
script: nosetests

0 commit comments

Comments
 (0)