Upgrade pip, using pytest>=3.6.
This commit is contained in:
parent
d629a0c85e
commit
3ab741feb4
|
@ -4,7 +4,9 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install codecov pytest pytest-cov pytest-asyncio pylint
|
- pip install --upgrade pip
|
||||||
|
- pip install "pytest>=3.6"
|
||||||
|
- pip install codecov pytest-cov pytest-asyncio pylint
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user