mrz1988 / lilies

A cross-platform colored text formatting tool for the command line
MIT License
0 stars 0 forks source link

Add tox/pyenv configuration and dev setup tools #27

Closed mrz1988 closed 5 years ago

mrz1988 commented 5 years ago

This change set adds configuration for tox to run unittests on python 2.7, 3.4, 3.5, 3.6 and 3.7. It also adds setup tools to get local codebases running on MacOS set up for better development.

A new doc file was also created: contributing.rst, that contains plenty of info on how the repo is set up, how to configure your dev environment, and general guidelines for issues/PRs. This serves as an entry point to the code base for new devs, as well as a way for me to quickly get set back up if I decide to begin development on a new machine.

Linux support not included because I don't currently have a linux box set up.

To try it out, simply follow the instructions in the new doc file.

25