mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-04 12:20:09 +03:00
Python3.4, add python 3.0, 3.4 to travis config
This commit is contained in:
parent
30fa1e7d29
commit
a0d4c3f365
|
@ -3,6 +3,8 @@ language: python
|
||||||
python:
|
python:
|
||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.0
|
||||||
|
- 3.4
|
||||||
|
|
||||||
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