aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-06-29 10:35:15 -0400
committerDonald Stufft <donald@stufft.io>2015-06-29 10:35:15 -0400
commitd92ac8a191d824376a3abd3207951284fcefef41 (patch)
tree3e320b7dd24c839cbb0f6eb579ab6a1325ceb789
parenta0a22d66f2e7433411f9dbd5c70a9f8409c4c377 (diff)
parentd8f302f636f214e4397db74e9bf43f8ad0cb8da4 (diff)
downloadcryptography-d92ac8a191d824376a3abd3207951284fcefef41.tar.gz
cryptography-d92ac8a191d824376a3abd3207951284fcefef41.tar.bz2
cryptography-d92ac8a191d824376a3abd3207951284fcefef41.zip
Merge pull request #2089 from reaperhulk/codecov
Switch to codecov
-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..3ce73cbd 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 && bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/coveragepy/codecov) -e 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