Merge remote-tracking branch 'msabramo/travis' into devel

Travis CI (http://travis-ci.org/) is a hosted CI system
"in the cloud".
This commit is contained in:
Federico Di Gregorio 2012-06-18 12:24:21 +02:00
commit 7a33ebd580

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