From 882bfc9ac94d7fd1c2e7c94e0f6f35740ab2d35f Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 27 May 2013 11:43:10 +0200 Subject: [PATCH] Try importing gzip on Travis to see if this is a Travis issue. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9d43558..5153761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.2" - "3.3" before_install: + - python -c 'import gzip' - sudo apt-get update - sudo apt-get install csstidy libxml2-dev libxslt-dev install: