Update .travis.yml

This commit is contained in:
Andrei 2019-11-25 20:11:30 +03:00 committed by GitHub
parent b0223b17ba
commit 246369125e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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