summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-24 01:09:57 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-12-24 01:09:57 +0100
commit11ad1005e0b03de7eefe883e890a060611bcaede (patch)
tree7450509ab5fe4b2028b892352a3d941d1be36c47 /.travis.yml
parenta478ba9a4785eac4839f0c4f65e90f6557d42c65 (diff)
downloadpsycopg2-11ad1005e0b03de7eefe883e890a060611bcaede.tar.gz
Added python3 supported versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 027763e..02d9604 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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