Update .travis.yml

This commit is contained in:
Andrei 2020-03-11 16:41:14 +03:00 committed by GitHub
parent 5e8e5937bb
commit 4b3bf0a7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ install:
# Run the unit test
script:
- pytest tests --cov=./ -v
- pytest tests --cov=python3_anticaptcha/ -v