diff --git a/.travis.yml b/.travis.yml index 8368629f..fb30a8a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ matrix: install: - pip3 install -r requirements.txt script: - - python3 -m pytest -v --cov-report term --cov=tests/ + - python3 -m pytest -v --cov-report term --cov=tests/ || python -m pytest -v --cov-report term --cov=tests/ after_success: - codecov