diff --git a/.travis.yml b/.travis.yml index 391e504..9b8e41c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - ls - ls /home/travis/build - ls /home/travis/build/zfit -- coverage run --source=/home/travis/build/zfit/zfit_physics --branch -m pytest --basetemp={envtmpdir} +- coverage run --source=/home/travis/build/zfit --branch -m pytest --basetemp={envtmpdir} - coverage report after_success: - pip install coveralls