From 192e0709d9de0926961325718fefabf3877171c0 Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Thu, 13 Jun 2013 00:06:47 +0100 Subject: [PATCH] Remove python 3.3. support --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a2b9d5..2f71c78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" - - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "python setup.py develop" -- 2.7.4