From 282a4f0fccce527c44900ae53cc22d12a99c309a Mon Sep 17 00:00:00 2001 From: Dan Gunter Date: Tue, 11 Aug 2015 17:29:50 -0700 Subject: [PATCH] we never worked with 3.x --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f8e5efd..af2c1dde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.4" install: - "pip install -r requirements-travis.txt"