mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Added python3 supported versions
This commit is contained in:
parent
a478ba9a47
commit
11ad1005e0
|
@ -9,6 +9,11 @@ addons:
|
|||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6-dev
|
||||
|
||||
before_script:
|
||||
- psql -c 'create database psycopg2_test;' -U postgres
|
||||
|
|
Loading…
Reference in New Issue
Block a user