From 97b37f75d3416a67e7872439fa0e150c165cecc1 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 2 Aug 2012 09:22:12 +0100 Subject: [PATCH] Travis - Not sure python 3.3 support is there yet --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 634c470a..47ad0681 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - 2.6 - 2.7 - 3.2 - - 3.3 install: - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then sudo apt-get install zlib1g zlib1g-dev; fi - if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then sudo ln -s /usr/lib/i386-linux-gnu/libz.so /usr/lib/; fi