mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Fixed missing gnutls in travis ci
This commit is contained in:
parent
b5b6e64177
commit
a76cf87c26
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue