fix: libfuzzy-dev is required on travis

pull/44/head
Raphaël Vinot 2020-06-07 21:34:39 +02:00
parent 190a771ccb
commit 5b10290700
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ language: python
cache: pip
addons:
apt:
packages:
- libfuzzy-dev
python:
- "3.6-dev"
- "3.7-dev"