upgrading pip, as in #105
This commit is contained in:
parent
1dbe490623
commit
869351a380
|
@ -4,8 +4,10 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install --upgrade pip
|
||||||
- pip install codecov pytest pytest-cov
|
- pip install "pytest>=3.6"
|
||||||
|
- pip install codecov pytest-cov pytest-asyncio pylint
|
||||||
|
- python setup.py develop
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pytest --cov=./ -v
|
- pytest --cov=./ -v
|
||||||
|
|
Loading…
Reference in New Issue
Block a user