From ea115aa45b5cecd8a6f61b54de0219e9406dc21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 15 Feb 2018 13:19:51 +0200 Subject: [PATCH] Add python 3.6 to travis testing matrix, change postgres from 9.4 to 9.6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a815c0f4..de7f6928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "3.5" + - "3.6" install: - pip install -r requirements.txt - pip install braintree coveralls mock mysqlclient reportlab @@ -10,7 +11,7 @@ env: - DB=mysql - DB=postgres addons: - postgresql: "9.4" + postgresql: "9.6" script: - coverage run --omit=*/tests/* --source=hc manage.py test after_success: coveralls