diff --git a/.travis.yml b/.travis.yml index 5710f61..843a433 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,3 +29,9 @@ jobs: env: DEPS=aiohttp # it works now, but may be broken in the future again - python: nightly + +addons: + apt: + packages: + # This is needed for pycurl + - libgnutls28-dev