aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-04-19 19:32:28 -0500
committerGitHub <noreply@github.com>2020-04-19 20:32:28 -0400
commit5526dca15bded0687e507a065b141694ee5f1530 (patch)
tree5f1126883e7011c1ab42dd5d0d97b48c11002603 /.travis
parentdef74d90f17904c0808669091bab4d3bb041d8b8 (diff)
downloadcryptography-5526dca15bded0687e507a065b141694ee5f1530.tar.gz
cryptography-5526dca15bded0687e507a065b141694ee5f1530.tar.bz2
cryptography-5526dca15bded0687e507a065b141694ee5f1530.zip
goodbye azure (#5207)
* goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
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 59aa1f28..377da1d6 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -60,5 +60,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 azure-pipelines.yml
+# If we pin coverage it must be kept in sync with tox.ini and .github/workflows/ci.yml
pip install tox codecov coverage