Skip to content

Commit

Permalink
Merge pull request #941 from takluyver/travis-newer-pytest
Browse files Browse the repository at this point in the history
Upgrade pytest on Travis
  • Loading branch information
takluyver authored Jan 9, 2019
2 parents dfa83f8 + 3447120 commit a977826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 --upgrade setuptools pip pytest
- pip install -f travis-wheels/wheelhouse . codecov coverage
- pip install nbconvert[execute,serve,test]
- pip install check-manifest
Expand Down

0 comments on commit a977826

Please sign in to comment.