Skip to content

Commit

Permalink
update pytest to version 3 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Mar 1, 2017
1 parent 26a3e16 commit 4959d74
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 @@ -4,6 +4,6 @@ python:
- '2.7'
install:
- pip install -r requirements.txt
- pip install pytest
- pip install pytest>=3
script:
- python -m pytest -v --color=yes

0 comments on commit 4959d74

Please sign in to comment.