From 4b3bf0a7a261931e66fba0561d9ccb69805192a2 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 11 Mar 2020 16:41:14 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9793233..28e09f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ install: # Run the unit test script: - - pytest tests --cov=./ -v + - pytest tests --cov=python3_anticaptcha/ -v