Skip to content

Commit 4acd9ae

Browse files
committed
Update pip on Travis before running tests
To get the correct version of IPython
1 parent 5b64f3d commit 4acd9ae

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)