diff --git a/.travis.yml b/.travis.yml index 1737188e..067013d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: before_script: - openssl version -a script: - - python -m pytest src/Test --cov --cov-config src/Test/coverage.ini + - python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini before_install: - pip install -U pytest mock pytest-cov - pip install codecov