Fixed missing gnutls in travis ci

This commit is contained in:
Ben Busby 2020-04-15 17:43:57 -06:00
parent b5b6e64177
commit a76cf87c26

View File

@ -1,5 +1,7 @@
language: python language: python
python: 3.6 python: 3.6
before_install:
- sudo apt-get -y install libgnutls28-dev
install: install:
- pip install -r config/requirements.txt - pip install -r config/requirements.txt
script: script: