summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2015-10-26 07:48:08 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2015-10-26 07:48:08 +0100
commit3d4eab73c73632665bf81b1268ecd7c53e3c9368 (patch)
tree2dfa3e16d16216fc8eb913d8ea8d279e13cc1b23
parent858f8a1bd156a1111eff253c3326bdecd6b71f89 (diff)
downloadsqlparse-3d4eab73c73632665bf81b1268ecd7c53e3c9368.tar.gz
Update Travis config to upload coverage data.
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 56b1dd8..78bdc90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,10 @@ matrix:
- python: "nightly"
install:
- - pip install pytest
+ - pip install pytest pytest-cov coveralls
- pip install -e .
-script: py.test
+script: py.test --cov=sqlparse
+
+after_success:
+ coveralls