Added coveralls back
diff --git a/.travis.yml b/.travis.yml
index a7b13e7..38e8249 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,11 +47,14 @@
     # This is required because we need to get rid of the Travis installed PyPy
     # or it'll take precedence over the PPA installed one.
     - "[[ ${TOX_ENV} == pypy ]] && sudo rm -rf /usr/local/pypy/bin || true"
-    - pip install tox
+    - pip install tox coveralls
 
 script:
     - tox -e $TOX_ENV
 
+after_success:
+    - coveralls
+
 notifications:
     irc:
         channels: