From e1b8e3c9ad4b05e1c5c0cf3cc3bcaa3856925dbe Mon Sep 17 00:00:00 2001 From: juanifioren Date: Thu, 2 Jul 2015 11:46:48 -0300 Subject: [PATCH] Add python 3.4 in travis file. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9e6b1fb..a1513cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.4" env: - DJANGO=1.7.8 - DJANGO=1.8.2