travis: still need libgnutls28-dev
This commit is contained in:
parent
ddc21adad5
commit
f367d04287
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue