travis: still need libgnutls28-dev

This commit is contained in:
lilydjwg 2020-07-25 15:07:19 +08:00
parent ddc21adad5
commit f367d04287
1 changed files with 6 additions and 0 deletions

View File

@ -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