psycopg2/.travis.yml
Daniele Varrazzo 38a411dc07 Test Python 3.4 on xenial
Trusty is no more required, and PG 12 is not available there.
2019-10-19 15:50:57 +02:00

25 lines
389 B
YAML

# Travis CI configuration file for psycopg2
language: python
matrix:
include:
- python: 2.7
- python: 3.8
- python: 3.7
- python: 3.6
- python: 3.5
- python: 3.4
install:
- pip install -U pip setuptools wheel
- pip install .
- rm -rf psycopg2.egg-info
- sudo scripts/travis_prepare.sh
script:
- scripts/travis_test.sh
notifications:
email: false