Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed May 14, 2020
1 parent 01ef56d commit 843a49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 843a49f

Please sign in to comment.