aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-05 16:27:27 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-05 16:27:27 -0800
commit088b4bdc56da323506220ca3b33af433bfc3f854 (patch)
tree874518aba5d65f66e938612f54abdcb10fcdfcb9 /.travis.yml
parentdc043b1e15f8ed07c47baeecfb9ef04dea989fe7 (diff)
downloadcryptography-088b4bdc56da323506220ca3b33af433bfc3f854.tar.gz
cryptography-088b4bdc56da323506220ca3b33af433bfc3f854.tar.bz2
cryptography-088b4bdc56da323506220ca3b33af433bfc3f854.zip
Added coveralls back
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 a7b13e7f..38e82495 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,11 +47,14 @@ install:
# 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: