aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fe46c7d3..f7ff6d97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,10 @@ env:
- TOX_ENV=pep8
install:
- - pip install tox
+ - pip install tox coveralls
script:
- tox -e $TOX_ENV
+
+after_success:
+ - coveralls