Forcefully upgrade pytest on Travis

This commit is contained in:
Felix Yan 2015-12-23 21:09:54 +08:00
parent e723053c41
commit 4b375866b6
1 changed files with 1 additions and 1 deletions

View File

@ -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: