sprin / pg-discuss

A comment system backend in Python with PostgreSQL
http://pg-discuss.sprin.io/
10 stars 1 forks source link

Enable Travis CI #1

Closed sprin closed 9 years ago

sprin commented 9 years ago

We would like to have automated tests run with pytest on Travis CI: http://docs.travis-ci.com/user/languages/python/

sprin commented 9 years ago

Travis is now running with Postgres 9.5/Python 3.4, and the build is passing. The Travis badge has been added to the README.

Postgres 9.4 will be added to the test matrix as part of #7.

Python 2.7 will be added to the test matrix as part of #8.