Upgrade pip, using pytest>=3.6.

This commit is contained in:
Alexander Koshkin 2019-01-09 22:13:44 +03:00
parent d629a0c85e
commit 3ab741feb4

View File

@ -4,7 +4,9 @@ python:
- "3.6"
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
script: