Skip to content

Commit 608c712

Browse files
authored
Merge pull request #255 from takluyver/travis-update-pip
Update pip on Travis before running tests
2 parents 5b64f3d + 4acd9ae commit 608c712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
1212

1313
install:
14-
- pip install -U setuptools
14+
- pip install -U setuptools pip
1515
- pip install -f travis-wheels/wheelhouse -e .[test] codecov
1616
- python -c 'import ipykernel.kernelspec; ipykernel.kernelspec.install(user=True)'
1717
script:

0 commit comments

Comments
 (0)