psycopg2/.travis.yml

39 lines
521 B
YAML
Raw Normal View History

# Travis CI configuration file for psycopg2
2016-12-24 02:07:23 +03:00
language: python
2016-12-24 02:07:23 +03:00
dist: bionic
arch:
- amd64
- arm64
python:
- 3.5
- 3.6
- 3.7
- 3.8
matrix:
include:
- python: 2.7
install:
- sudo apt-get install -y bc
- pip install -U pip setuptools wheel
- pip install .
- rm -rf psycopg2.egg-info
- sudo scripts/travis_prepare.sh
script:
- scripts/travis_test.sh
2020-01-25 21:57:46 +03:00
deploy:
- provider: script
script: bash scripts/travis_update_docs.sh
on:
2020-11-10 02:16:49 +03:00
branch: maint_2_8
2020-01-25 21:57:46 +03:00
notifications:
email: false