From abb05f410a5a7a9a12ea507776eb9c87f067b54b Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 16 Jul 2019 22:17:54 +0300 Subject: [PATCH] Add `python3_anticaptcha` to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 90c34a7..d018bba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: