From a8772092fe1be01721cf231ccffeadf8cf534ef9 Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Wed, 12 Jun 2013 23:44:04 +0100 Subject: [PATCH] setup.py --- travis.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/travis.yaml b/travis.yaml index edb0397..81f9959 100644 --- a/travis.yaml +++ b/travis.yaml @@ -1,6 +1,5 @@ language: python python: - - "3.3" - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: python setup.py develop -- 2.7.4