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 -