Fixed missing gnutls in travis ci

main
Ben Busby 2020-04-15 17:43:57 -06:00
parent b5b6e64177
commit a76cf87c26
1 changed files with 2 additions and 0 deletions

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: