From dadfdf1571ab506718a5ac7face55778c3e2ee31 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 9 Nov 2018 12:51:05 -0500 Subject: [PATCH] CI: Certbot venv.sh is now venv.py (#176) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb92779d..fca26d32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - git clone https://github.com/certbot/certbot - cd certbot - ./certbot-auto --os-packages-only -n - - ./tools/venv.sh + - ./tools/venv.py - . venv/bin/activate - cd -