Fix travis path to coverage report.

This commit is contained in:
jcass 2016-03-28 07:00:56 +02:00
parent 411a3781fd
commit 7563a52c07

View File

@ -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"