Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
wrong coverage working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
deluxghost committed Sep 9, 2017
1 parent 4f2b85a commit e6b9d6c
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 @@ -9,7 +9,7 @@ install:
- "pip install -r requirements.txt"
- "pip install coveralls"
script:
- "coverage run ./DelogX/tests/test.py -v"
- "coverage run --source ./DelogX ./DelogX/tests/test.py -v"
- "coverage report"
- "python ./setup.py sdist && pip install --target ./pip dist/DelogX-`cat DelogX/VERSION|tr -d \"\\n\"|tr -d \"\\r\"`.tar.gz"
after_success:
Expand Down

0 comments on commit e6b9d6c

Please sign in to comment.