Speed-up Travis build.

Remove Python3.2 support and do not require Sphinx
This commit is contained in:
Carles Barrobés
2014-01-14 22:53:19 +00:00
parent b891b9e05a
commit 03571121cf
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -3,4 +3,3 @@ flake8
nose
pep8
six
Sphinx