Update .travis.yml
This commit is contained in:
parent
b0223b17ba
commit
246369125e
|
@ -15,11 +15,11 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8-dev"
|
- "3.8"
|
||||||
|
|
||||||
# Install the codecov pip dependency
|
# Install the codecov pip dependency
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pytest pytest-cov pytest-asyncio
|
- pip install --upgrade pytest pytest-cov pytest-asyncio requests-mock
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
||||||
# Run the unit test
|
# Run the unit test
|
||||||
|
|
Loading…
Reference in New Issue