Skip to content

Commit

Permalink
Reference the config instead of the data file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Oct 25, 2018
1 parent 3d6f260 commit f93830f
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 @@ -17,7 +17,7 @@ install:
- pip install -U coverage coveralls
- pip install -U -e .[test]
script:
- COVERAGE_HOME=. COVERAGE_PROCESS_START=./.coverage coverage run -m zope.testrunner --test-path=src
- COVERAGE_HOME=. COVERAGE_PROCESS_START=./.coveragerc coverage run -m zope.testrunner --test-path=src
- coverage combine
after_success:
- coveralls
Expand Down

0 comments on commit f93830f

Please sign in to comment.