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