Try importing gzip on Travis to see if this is a Travis issue.

This commit is contained in:
Jannis Leidel
2013-05-27 11:43:10 +02:00
parent a6665bb179
commit 882bfc9ac9

View File

@@ -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: