From 81fddd5e84908e9e23f94c6f78b8652215edc91d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 11 Apr 2014 22:12:43 -0400 Subject: [PATCH] Apparently Travis is still kinda lame. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5fe3760..31090f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,5 @@ python: - "2.7" - "3.2" - "3.3" - - "3.4" install: python setup.py build script: python setup.py test -q