Skip to content

Commit

Permalink
Update pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
apiad committed Jan 27, 2019
1 parent 40f759c commit c6d6e12
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 @@ -6,7 +6,8 @@ python:
- "3.6"
- "3.7"
before_install:
- pip install pytest pytest-cov
- pip install -U pip
- pip install pytest>=4 pytest-cov
- pip install coveralls
script:
- python -m pytest
Expand Down

0 comments on commit c6d6e12

Please sign in to comment.