Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 4404b3f

Browse files
committed
Update to latest pip
1 parent a3331ed commit 4404b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ install:
1616
- source terryfy/travis_tools.sh
1717
- get_python_environment macpython $VERSION venv
1818
- pip install delocate
19-
# Update to latest wheel package for Python 3.5
20-
- pip install -U wheel
19+
# Update to latest pip and wheel package for Python 3.5
20+
- pip install -U pip wheel
2121
# Install patched wheel for Python 3.5
2222
- pip install -f $NIPY_WHEELHOUSE numpy==$NUMPY_VERSION
2323
- pip install cython

0 commit comments

Comments
 (0)