From 6a4bb208fe77e0275d36952de07fa89d4bebb293 Mon Sep 17 00:00:00 2001 From: Andrei D Date: Wed, 11 Nov 2020 00:49:31 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 28e09f1..7f5123f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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