Skip to content

Commit

Permalink
CI: Certbot venv.sh is now venv.py (letsencrypt#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu authored and jsha committed Nov 9, 2018
1 parent 5c8602e commit dadfdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

Expand Down

0 comments on commit dadfdf1

Please sign in to comment.