psycopg2/.travis.yml

25 lines
295 B
YAML
Raw Normal View History

# Travis CI configuration file for psycopg2
2016-12-24 02:07:23 +03:00
dist: trusty
sudo: required
language: python
2016-12-24 02:07:23 +03:00
python:
- 2.7
- 3.6
- 2.6
- 3.5
- 3.4
- 3.3
- 3.2
install:
- python setup.py install
- sudo scripts/travis_prepare.sh
script:
- scripts/travis_test.sh
notifications:
email: false