mirror of https://github.com/MISP/mail_to_misp
fix: libfuzzy-dev is required on travis
parent
190a771ccb
commit
5b10290700
|
@ -2,6 +2,11 @@ language: python
|
|||
|
||||
cache: pip
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libfuzzy-dev
|
||||
|
||||
python:
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
|
|
Loading…
Reference in New Issue