Update .travis.yml

This commit is contained in:
Andrei D 2020-11-11 00:49:31 +03:00
parent 8df6d9fb78
commit 6a4bb208fe
1 changed files with 1 additions and 2 deletions

View File

@ -19,9 +19,8 @@ python:
# Install the codecov pip dependency
install:
- pip install --upgrade pytest pytest-cov pytest-asyncio requests-mock
- python setup.py install
# Run the unit test
script:
- pytest tests --cov=python3_anticaptcha/ -v
- make test