mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-11 03:26:37 +03:00
22 lines
271 B
YAML
22 lines
271 B
YAML
# Travis CI configuration file for psycopg2
|
|
|
|
dist: trusty
|
|
sudo: required
|
|
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.6
|
|
- 3.5
|
|
- 3.4
|
|
|
|
install:
|
|
- python setup.py install
|
|
- sudo scripts/travis_prepare.sh
|
|
|
|
script:
|
|
- scripts/travis_test.sh
|
|
|
|
notifications:
|
|
email: false
|