aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2014-10-08 00:12:38 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-29 08:13:43 -0500
commit32c261c8a834bdcafe60bd1b5e4e886b8f9c4fb1 (patch)
treec5a740bf3e449713f2a5a66963ae295f4cf2cc2b
parent169c257a31875596c303bcb2feaafc585ce1f85f (diff)
downloadcryptography-32c261c8a834bdcafe60bd1b5e4e886b8f9c4fb1.tar.gz
cryptography-32c261c8a834bdcafe60bd1b5e4e886b8f9c4fb1.tar.bz2
cryptography-32c261c8a834bdcafe60bd1b5e4e886b8f9c4fb1.zip
Switch to codecov.io from coveralls
-rw-r--r--.travis.yml2
-rwxr-xr-x.travis/install.sh2
-rw-r--r--README.rst4
3 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 76decf62..10883cb9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -120,7 +120,7 @@ script:
- ./.travis/run.sh
after_success:
- - source ~/.venv/bin/activate && coveralls
+ - source ~/.venv/bin/activate && codecov --env TRAVIS_OS_NAME TOXENV OPENSSL
notifications:
irc:
diff --git a/.travis/install.sh b/.travis/install.sh
index a046a5d8..17aee435 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -65,4 +65,4 @@ fi
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
-pip install tox coveralls
+pip install tox codecov
diff --git a/README.rst b/README.rst
index 98e8d17e..949826e6 100644
--- a/README.rst
+++ b/README.rst
@@ -12,8 +12,8 @@ Cryptography
.. image:: https://travis-ci.org/pyca/cryptography.svg?branch=master
:target: https://travis-ci.org/pyca/cryptography
-.. image:: https://img.shields.io/coveralls/pyca/cryptography/master.svg
- :target: https://coveralls.io/r/pyca/cryptography?branch=master
+.. image:: https://codecov.io/github/pyca/cryptography/coverage.svg?branch=master
+ :target: https://codecov.io/github/pyca/cryptography?branch=master
``cryptography`` is a package which provides cryptographic recipes and