summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parentd94fbfab8aa707e5f7592309a90f7ba1cb7eff72 (diff)
downloadpyopenssl-git-b3b27653a1848fbd22e294e9ca8ec80b941e2660.tar.gz
Move to codecov, rejigger badges
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 6 insertions, 3 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