From 5526dca15bded0687e507a065b141694ee5f1530 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 19 Apr 2020 19:32:28 -0500 Subject: goodbye azure (#5207) * goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') 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 -- cgit v1.2.3