From 2634e4909f89cf2c1e6bb425e050085f7edb5376 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Mon, 5 Dec 2016 17:27:03 +0100 Subject: travis: sphinx does not support python 2.6 anymore (#2485) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3-60-g2f50