Skip to content

Commit

Permalink
Ensure coverage data persists accross test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Dec 5, 2017
1 parent b48a219 commit 34038ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ install:
- pip install -U pytest pytest-cov pytest-xdist coveralls
- pip install -e .
script:
- py.test -n=auto --cov-config .coveragerc --cov=pyltc
- py.test -n=auto --cov-append --cov-config .coveragerc --cov=pyltc
- py.test -n=1 --cov-append --cov-config .coveragerc --cov=pyltc --xdist-disabled tests/test_audio.py
after_success:
- coverage combine
Expand Down

0 comments on commit 34038ef

Please sign in to comment.