Add .travis.yml for Travis CI (http://travis-ci.org/)

This commit is contained in:
Marc Abramowitz 2012-06-15 07:27:00 -07:00
parent ba1fe6fff6
commit 6bf2b1b465

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
python:
- 2.6
- 2.7
before_script:
- psql -c 'create database psycopg2_test;' -U postgres
install:
- python setup.py install
script: make check