Skip to content

Commit

Permalink
Merge pull request #421 from minrk/pytest-up
Browse files Browse the repository at this point in the history
upgrade pytest
  • Loading branch information
minrk authored Feb 15, 2019
2 parents e206315 + cd9532c commit 3fbd4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python:
sudo: false
install:
- pip install --upgrade setuptools pip
- pip install --upgrade --pre -e .[test] pytest-cov pytest-warnings codecov 'coverage<5'
- pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
- pip freeze
script:
- py.test --cov jupyter_client jupyter_client
after_success:
Expand Down

0 comments on commit 3fbd4c6

Please sign in to comment.