Psycopg packages fresh from CI

Build Status Windows packages build status

This website contains Psycopg distribution packages automatically built by Travis CI and AppVeyor using the psycopg2-wheels project.

Currently generated packages are:

These packages are uploaded on PyPI so they can be installed using:

pip install psycopg2

Unstable versions may be found on the PyPI testing site and may be installed using:

pip install -i https://testpypi.python.org/pypi psycopg2==VERSION

Note that you may try any of these packages just running pip install URL.

PostgreSQL testing servers for Psycopg

PostgreSQL testing servers for Psycopg

This directory contains PostgreSQL packages used to test unsupported PostgreSQL versions on Travis CI.

The packages are created by a branch of psycopg2-wheels and are used by the travis_prepare.sh script.