summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2015-07-03 16:50:27 +0200
committerHynek Schlawack <hs@ox.cx>2015-07-03 16:50:27 +0200
commitb3b27653a1848fbd22e294e9ca8ec80b941e2660 (patch)
treea041083e16f4aae16a05a886d03d4eb4e8528032
parentd94fbfab8aa707e5f7592309a90f7ba1cb7eff72 (diff)
downloadpyopenssl-git-b3b27653a1848fbd22e294e9ca8ec80b941e2660.tar.gz
Move to codecov, rejigger badges
-rw-r--r--.travis.yml9
-rw-r--r--README.rst16
2 files changed, 17 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index b767c0c..90631ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,7 +61,7 @@ matrix:
- python: "2.7"
env: TOXENV=docs
-
+
# Let the cryptography master builds fail because they might be triggered by
# cryptography changes beyond our control.
# Also allow OS X and 0.9.8 to fail at the moment while we fix these new
@@ -91,7 +91,7 @@ install:
pip install virtualenv
fi
python -m virtualenv ~/.venv
- ~/.venv/bin/pip install coveralls tox
+ ~/.venv/bin/pip install tox
script:
- |
@@ -104,8 +104,11 @@ script:
fi
~/.venv/bin/tox
+before_install:
+ - pip install codecov
+
after_script:
- - ~/.venv/bin/coveralls
+ - ~/.venv/bin/codecov
notifications:
email: false
diff --git a/README.rst b/README.rst
index 4b479c8..e00ec67 100644
--- a/README.rst
+++ b/README.rst
@@ -1,15 +1,21 @@
pyOpenSSL -- A Python wrapper around the OpenSSL library
--------------------------------------------------------
-.. image:: https://coveralls.io/repos/pyca/pyopenssl/badge.svg
- :target: https://coveralls.io/r/pyca/pyopenssl
+.. image:: https://img.shields.io/pypi/v/pyOpenSSL.svg
+ :target: https://pypi.python.org/pypi/pyOpenSSL/
+ :alt: Latest Version
.. image:: https://readthedocs.org/projects/pyopenssl/badge/?version=latest
- :target: https://pyopenssl.readthedocs.org/
- :alt: Latest Docs
+ :target: https://pyopenssl.readthedocs.org/
+ :alt: Latest Docs
.. image:: https://travis-ci.org/pyca/pyopenssl.svg?branch=master
- :target: https://travis-ci.org/pyca/pyopenssl
+ :target: https://travis-ci.org/pyca/pyopenssl
+ :alt: Build status
+
+.. image:: https://codecov.io/github/pyca/pyopenssl/coverage.svg?branch=master
+ :target: https://codecov.io/github/pyca/pyopenssl
+ :alt: Test coverage
High-level wrapper around a subset of the OpenSSL library. Includes