From 18557aad3871e595744ec86aea29987d50e8ceb3 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Sat, 25 Feb 2017 04:07:20 -0500 Subject: [PATCH] Add Python 3.6 to Travis CI configuration --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62879e4d..37e94b6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - 3.4.4 - "3.5" + - "3.6" env: - DJANGO=1.8.17 @@ -18,7 +19,7 @@ install: before_script: - "pep8 --exclude=migrations --ignore=E501 helpdesk" -script: +script: - coverage run --source='.' quicktest.py helpdesk after_success: