diff --git a/.travis.yml b/.travis.yml index 3e8879162cc..322278027e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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