Python3.4, add python 3.0, 3.4 to travis config

This commit is contained in:
Andriy Sokolovskiy 2014-11-28 16:37:41 +02:00
parent 30fa1e7d29
commit a0d4c3f365

View File

@ -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