Skip to content

Commit

Permalink
Try to fix the home for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Oct 25, 2018
1 parent f93830f commit 75cb565
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,9 @@ install:
- pip install -U coverage coveralls
- pip install -U -e .[test]
script:
- COVERAGE_HOME=. COVERAGE_PROCESS_START=./.coveragerc coverage run -m zope.testrunner --test-path=src
- export COVERAGE_HOME=$(pwd)
- export COVERAGE_PROCESS_START=$COVERAGE_HOME/.coveragerc
- coverage run -m zope.testrunner --test-path=src
- coverage combine
after_success:
- coveralls
Expand Down

0 comments on commit 75cb565

Please sign in to comment.