diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3e8879162c..322278027e 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 |