From 9e59c8d19e6b958d0168c59f324acd3e502c04b3 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Tue, 4 Jul 2017 14:39:39 -0700 Subject: [PATCH] Add python 3.6 to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f69aeca0..a425a6cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.4" - "3.5" + - "3.6" env: # PostgreSQL - DJANGO="Django>=1.8.0,<1.9.0" DB=postgresql DB_NAME=travis_ci_test