ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

Update build matrix #48

Closed jamesmyatt closed 1 year ago

jamesmyatt commented 4 years ago

This is all of the stable versions of Python for Linux currently available on Travis CI

Also tidy install_requires

jamesmyatt commented 4 years ago

Note that "python setup.py test" is now bad practice, and doesn't actually do anything