mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
feebc8f689
I got this wrong: I thought parallel test ran in the same VM; they are isolated instead.
25 lines
299 B
YAML
25 lines
299 B
YAML
# Travis CI configuration file for psycopg2
|
|
|
|
dist: trusty
|
|
sudo: required
|
|
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.6-dev
|
|
- 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
|