Add comment about hitch ppa

This commit is contained in:
Davanum Srinivas 2017-02-07 16:00:33 -05:00 committed by GitHub
parent 96cfceb2f0
commit 16d6da465e

View File

@ -13,6 +13,9 @@ env:
- TOXENV=docs
- TOXENV=coverage,codecov
# We use hitch (https://hitch-tls.org/) to setup TLS proxy from 8443 to 8080. while hitch is
# in the ubuntu xenial main repos, it's not available by default on trusty. So we use the
# ppa from here : https://launchpad.net/~0k53d-karl-f830m/+archive/ubuntu/hitch
before_install:
- sudo add-apt-repository ppa:0k53d-karl-f830m/hitch -y
- sudo apt-get -qq update