diff --git a/.travis.yml b/.travis.yml index e5504ce9d641fcc85baa8e77b81f5e272ed52b14..e0279a689d57166de5d053f1a527861df3def322 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "3.6" - "2.7" - - "2.6" branches: only: @@ -11,8 +10,7 @@ branches: sudo: false install: - - if [ "$TRAVIS_PYTHON_VERSION" = '2.6' ]; then SPHINX_VERSION=1.4.9; fi - - pip install sphinx${SPHINX_VERSION:+==$SPHINX_VERSION} + - pip install sphinx - pip install -r requirements-travis.txt script: