Skip to content

Commit

Permalink
Merge pull request #571 from takluyver/travis-upgrade-pip
Browse files Browse the repository at this point in the history
Upgrade pip on Travis CI
  • Loading branch information
takluyver committed Apr 20, 2017
2 parents 7d82184 + 3a0539e commit 61a1954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,7 @@ before_install:
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
install:
- wget https://github.com/jgm/pandoc/releases/download/1.19.1/pandoc-1.19.1-1-amd64.deb && sudo dpkg -i pandoc-1.19.1-1-amd64.deb
- pip install --upgrade setuptools pip
- pip install -f travis-wheels/wheelhouse . codecov coverage
- pip install nbconvert[execute,serve,test]
- python -m ipykernel.kernelspec --user
Expand Down

0 comments on commit 61a1954

Please sign in to comment.