gluster / python-gluster-mgmt-client

Python bindings for gluster
GNU General Public License v3.0
5 stars 3 forks source link

add a minimal setup.py and tox.ini #5

Closed phlogistonjohn closed 6 years ago

phlogistonjohn commented 6 years ago

This minimal tox and setup.py are based on the Heketi python client api and can be used to run the flake8 code quality checking tool.

Later tox can be used to run unit tests and as a basis for ci testing.

Followup patch adds some patterns to .gitignore for stuff generated by tox runs and, while I was at it, some editor temporary files.

Please merge PR #4 first, as it resolves some of the flake8 issues and then the tool will run cleanly once added.