fix travis postgres tests. changenote.

This commit is contained in:
Jason Madden 2016-07-01 17:21:22 -05:00
parent 4ba2b252d5
commit 6e5b3e1ad2
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,2 @@
pip install -U -e ".[postgresql]"
`dirname`/postgres.sh
`dirname $0`/postgres.sh

View File

@ -1,2 +1,2 @@
pip install -U pg8000
`dirname`/postgres.sh
`dirname $0`/postgres.sh

View File

@ -38,7 +38,10 @@
- MySQL uses (what should be) a slightly more efficient poll query.
See :issue:`89`.
- PyMySQL now works on Python 3.
- PyMySQL now works and is tested on Python 3.
- A pure-Python PostgreSQL driver, pg8000, now works and is tested on
all platforms. This is a gevent-compatible driver.
- Support for cx_Oracle versions older than 5.0 has been dropped. 5.0
was released in 2008.