Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
506 stars 165 forks source link

Fix testing of python binding on OSX (Travis CI) #107

Closed Martinsos closed 3 years ago

Martinsos commented 6 years ago

They changed the image and do not support pip anymore, so I have to take care myself to install all needed stuff on it for python testing (pip for sure, maybe something else also (python?), I am not sure). For now I just disabled it on OSX, but I should make it work again.

Martinsos commented 6 years ago

There is some stuff about it here: https://docs.travis-ci.com/user/multi-os/

Martinsos commented 3 years ago

Fixed!