mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-11-25 11:19:54 +00:00
f626d052c5
- Import in psycopg2 classes into the ``sprockets.clients.postgresql`` namespace to make it easier to work with - Add integration tests that connect to a local postgresql instance if it's running - Update documentation a bit
28 lines
626 B
YAML
28 lines
626 B
YAML
%YAML 1.1
|
|
---
|
|
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.2
|
|
- 3.3
|
|
- 3.4
|
|
install:
|
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
|
|
- pip install -r requirements.txt
|
|
- pip install -r test-requirements.txt
|
|
script: nosetests
|
|
after_success:
|
|
- coveralls
|
|
addons:
|
|
postgresql: "9.3"
|
|
deploy:
|
|
provider: pypi
|
|
user: sprockets
|
|
on:
|
|
python: 2.7
|
|
tags: true
|
|
all_branches: true
|
|
password:
|
|
secure: VPkJqftgZd0dBxovghtRuKSeOL8dNia1eukayXAYVFfdNpP5zQktFSVpdrME3xO0E4ocw0whVHs4Q27Em9ccazlUUJq0FeNOq2jLJoaB9LkFWP2fUAS3kZwQtW+d06k60IuaLdqA94y0zvezjEVIPL8BtoZwZE7nm+Wpy990LXw=
|