Fix travis python version

This commit is contained in:
Andrei 2019-10-07 01:18:36 +03:00
parent 08d32736f1
commit ae12961a80
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev"
# Install the codecov pip dependency
install:
- pip install --upgrade pytest pytest-cov pytest-asyncio python3_anticaptcha
- pip install --upgrade pytest pytest-cov pytest-asyncio
# Run the unit test
script:
- pytest test.py --cov=./
- pytest test.py --cov=./ -v