From 2b0bc02004710b199e234f5effb7cbcc977ee5d5 Mon Sep 17 00:00:00 2001 From: Dan Lipsitt Date: Sat, 12 Mar 2016 15:35:14 -0800 Subject: [PATCH] Add Python 3.4 to Travis config. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 361fe5e..3e7de1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: false language: python python: - "2.7" + - "3.4" - "3.5" install: pip install tox-travis script: tox