summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-11-30 19:56:35 -0800
committerAmjith Ramanujam <amjith.r@gmail.com>2018-11-30 19:56:35 -0800
commit22dcc506a2ae9ae2f231ae33f0960c38c97a8452 (patch)
tree374ced9e36b24ef247439bc1eefdbf2eabd24e1c
parent6403df228c70d84d0af840bc8f13c152133b5913 (diff)
No need to combine the coverage files.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 26a9dd9..0a130b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,6 @@ install:
script:
- ./setup.py test --pytest-args="--cov-report= --cov=litecli"
- - coverage combine
- coverage report
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then ./setup.py lint; fi