Added travis configuration for CI tests

This commit is contained in:
Daniele Varrazzo
2017-03-25 22:52:40 +00:00
parent d0217d81e3
commit 2a9ca79772
4 changed files with 67 additions and 0 deletions

22
.travis.yml Normal file
View File

@ -0,0 +1,22 @@
# Travis CI configuration file for psycopg2
dist: trusty
sudo: required
env:
- PGVER=9.6
- PGVER=9.5
- PGVER=9.4
- PGVER=9.3
- PGVER=9.2
install:
- source regress/travis_prepare.sh
- make
- sudo make install
script:
- regress/travis_test.sh
notifications:
email: false