From 4f7715b6e6e6d9ee8a41e2e3615d5187d64ae013 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 26 May 2019 07:35:49 -0400 Subject: Remove the final vestigates of Jenkins (#4897) * Remove the final vestigates of Jenkins * flake8 --- .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 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 -- cgit v1.2.3