From 9043861a945385fb8972dfd0fc73d04c10169974 Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Mon, 12 Mar 2018 12:11:04 -0400 Subject: [PATCH] Add python 3.5 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d34dbd4..c7b0e11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ dist: precise # Python releases to test python: + - 3.5 - 3.6 # Django releases