Add `python3_anticaptcha` to travis

This commit is contained in:
Andrei 2019-07-16 22:17:54 +03:00
parent 6cf647e661
commit abb05f410a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python: 3.6
# Install the codecov pip dependency
install:
- pip install --upgrade pytest pytest-cov requests
- pip install --upgrade pytest pytest-cov python3_anticaptcha
# Run the unit test
script: