aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-05-26 07:35:49 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-26 07:35:49 -0400
commit4f7715b6e6e6d9ee8a41e2e3615d5187d64ae013 (patch)
tree5e734edc49274e3b666035c4a66e433393a278f5 /.travis
parent98cd156241d35851655f0b98fe5f785c65c7e39a (diff)
downloadcryptography-4f7715b6e6e6d9ee8a41e2e3615d5187d64ae013.tar.gz
cryptography-4f7715b6e6e6d9ee8a41e2e3615d5187d64ae013.tar.bz2
cryptography-4f7715b6e6e6d9ee8a41e2e3615d5187d64ae013.zip
Remove the final vestigates of Jenkins (#4897)
* Remove the final vestigates of Jenkins * flake8
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index ed69e468..f49569ed 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -64,5 +64,5 @@ pip install virtualenv
python -m virtualenv ~/.venv
source ~/.venv/bin/activate
-# If we pin coverage it must be kept in sync with tox.ini and Jenkinsfile
+# If we pin coverage it must be kept in sync with tox.ini and azure-pipelines.yml
pip install tox codecov coverage