mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Add .travis.yml for Travis CI (http://travis-ci.org/)
This commit is contained in:
parent
ba1fe6fff6
commit
6bf2b1b465
13
.travis.yml
Normal file
13
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user