zalando / pg_view

Get a detailed, real-time view of your PostgreSQL database and system metrics
https://pypi.python.org/pypi/pg-view
Other
494 stars 49 forks source link

pg_view should have automated builds on Travis CI including flake8 checking #18

Closed hjacobs closed 9 years ago

hjacobs commented 9 years ago

I think pg_view should follow best-practices such as automated CI builds and flake8 formatting (with max-line-length=120).

Unit tests could start with very basic doctests at first and could be extended using py.test later.

hjacobs commented 9 years ago

BTW, Travis CI builds could also verify compatibility with Python 2.7 and Python 3, see https://github.com/zalando-stups/berry/blob/master/.travis.yml as example.

hjacobs commented 9 years ago

done, including badges