lzfelix / pyStrings

Implementation of some string, such as Levenshtein Distance, in Python
0 stars 1 forks source link

Use Travis CI to do automated testing on new code #3

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

Travis CI can be used to do automated testing on all pull requests before they are reviewed and merged. This service is free to open source projects like this one. The CI service must be turned on by @lzfelix going to https://travis-ci.com and logging in with GitHub credentials.

lzfelix commented 6 years ago

Done.