diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2016-12-05 17:27:03 +0100 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2016-12-05 08:27:03 -0800 |
commit | 2634e4909f89cf2c1e6bb425e050085f7edb5376 (patch) | |
tree | 82354f5598d0c12a5749a562731638cbc2e1d39c /.travis.yml | |
parent | b8b14c84e07d0c7fc4a51043444d8abcf965fc61 (diff) | |
download | spack-2634e4909f89cf2c1e6bb425e050085f7edb5376.tar.gz spack-2634e4909f89cf2c1e6bb425e050085f7edb5376.tar.bz2 spack-2634e4909f89cf2c1e6bb425e050085f7edb5376.tar.xz spack-2634e4909f89cf2c1e6bb425e050085f7edb5376.zip |
travis: sphinx does not support python 2.6 anymore (#2485)
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 |