Fix travis path to coverage report.
This commit is contained in:
parent
411a3781fd
commit
7563a52c07
@ -33,4 +33,4 @@ script:
|
|||||||
- "tox -e $TOX_ENV"
|
- "tox -e $TOX_ENV"
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- "if [ $TOX_ENV == 'test' ]; then pip install coveralls; coveralls --merge=./karma_coverage/coverage-final.json; fi"
|
- "if [ $TOX_ENV == 'test' ]; then pip install coveralls; coveralls --merge=.karma_coverage/coverage-final.json; fi"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user