mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Forcefully upgrade pytest on Travis
This commit is contained in:
parent
e723053c41
commit
4b375866b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue