Forcefully upgrade pytest on Travis
This commit is contained in:
parent
e723053c41
commit
4b375866b6
|
@ -3,7 +3,7 @@ language: python
|
|||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
install: pip install pytest-runner
|
||||
install: pip install -U pytest pytest-runner
|
||||
script: python setup.py ptr
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in New Issue