Fixed missing gnutls in travis ci

pull/9/head
Ben Busby 4 years ago
parent b5b6e64177
commit a76cf87c26

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

Loading…
Cancel
Save