From 03571121cf1cdcbf7d0e694823718590cca6b64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20Barrob=C3=A9s?= Date: Tue, 14 Jan 2014 22:53:19 +0000 Subject: [PATCH] Speed-up Travis build. Remove Python3.2 support and do not require Sphinx --- .travis.yml | 2 +- test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index acffbd3..0e76bde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: #- 2.6 - 2.7 - - 3.2 + #- 3.2 - 3.3 install: pip install -r test-requirements.txt script: diff --git a/test-requirements.txt b/test-requirements.txt index 62de048..729f0f8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,3 @@ flake8 nose pep8 six -Sphinx