diff --git a/.travis.yml b/.travis.yml index acf3863be6..d1f55a3e6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,12 @@ language: python sudo: false python: - - '2.7' + - "2.7" + - "3.6" + +matrix: + allow_failures: + - python: "3.6" addons: postgresql: "9.4"