manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
96 stars 37 forks source link

Mention Python 2 vs 3 support on README.md #38

Closed jayvdb closed 5 years ago

jayvdb commented 6 years ago

https://github.com/manu-chroma/username-availability-checker/blob/master/.travis.yml#L3 specifies Python 3.6 for tests, and the tests pass.

Enable Travis on fork and add 2.7 to the list of platforms tested on .travis.yml.

Talk with your mentor about any test errors encountered. Maybe only minor fixes are needed to support Python 2.7

If Python 2.7 works correctly, add a note on README.md that both Python 2 & 3 are supported.

Otherwise add Python 3.4 to .travis.yml, and assuming that passes, add a note on README.md that both Python 3.4+ are supported.