From fb16781659080a7a38888e4579430192e66347cb Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 27 Jun 2014 18:49:44 -0400 Subject: [PATCH] 3.4 should work on Travis now. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 31090f2..5fe3760 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" install: python setup.py build script: python setup.py test -q