aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-09-13 09:30:51 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-09-12 21:30:51 -0400
commite535985a73a6aee349ac08b07ebe4f652b2eeb29 (patch)
tree9052c47310a7cd88b4814ae0f0ecbb9db7e2a82c /.travis
parente00bad5332f3ba851823270bee8e191ac0fc4ec2 (diff)
downloadcryptography-e535985a73a6aee349ac08b07ebe4f652b2eeb29.tar.gz
cryptography-e535985a73a6aee349ac08b07ebe4f652b2eeb29.tar.bz2
cryptography-e535985a73a6aee349ac08b07ebe4f652b2eeb29.zip
coverage pin test part deux (#3908)
* we pinned coverage for xml generation...let's try everywhere * add so many comments
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index e65030f1..6090e076 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -78,4 +78,5 @@ fi
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
+# This coverage pin must be kept in sync with tox.ini
pip install tox codecov coverage==4.3.4