travis: sphinx does not support python 2.6 anymore (#2485)

This commit is contained in:
Massimiliano Culpo 2016-12-05 17:27:03 +01:00 committed by Todd Gamblin
parent b8b14c84e0
commit 2634e4909f

View File

@ -22,6 +22,9 @@ matrix:
- python: 2.6
# Flake8 no longer supports Python 2.6
env: TEST_SUITE=flake8
- python: 2.6
# Sphinx no longer supports Python 2.6
env: TEST_SUITE=doc
# Use new Travis infrastructure (Docker can't sudo yet)
sudo: false