From 0663c2861b2daf81934bd6ba2ece9f7d378cd17b Mon Sep 17 00:00:00 2001 From: Alex Parinov Date: Sun, 18 Mar 2018 11:36:16 +0400 Subject: [PATCH] Update python versions in travis-ci config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index deb494c..527b49f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python python: - "2.6" - "2.7" - - "3.2" - - "3.3" - "3.4" + - "3.5" + - "3.6" env: - DJANGO=1.6.7