Skip to content

Commit

Permalink
Update travis configuration to reflect new constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
nyergler committed Jun 27, 2020
1 parent e31dd7c commit 9437c32
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .travis.yml
Expand Up @@ -2,31 +2,18 @@ cache: pip
dist: xenial
language: python
python:
- "2.7"
- "3.7"
- "3.8"

env:
- SPHINX_SPEC='sphinx~=1.7.0'
- SPHINX_SPEC='sphinx~=1.8.0'
- SPHINX_SPEC='sphinx~=2.0.0'
- SPHINX_SPEC='sphinx~=2.1.0'
- SPHINX_SPEC='sphinx~=2.4.0'
- SPHINX_SPEC='sphinx~=3.0.0'
# latest release
- SPHINX_SPEC='sphinx'
# master branch (in development)
- SPHINX_SPEC='git+https://github.com/sphinx-doc/sphinx.git#egg=Sphinx'

matrix:
# exclude non Python2 compatible Sphinx versions
exclude:
- python: "2.7"
env: SPHINX_SPEC='sphinx~=2.0.0'
- python: "2.7"
env: SPHINX_SPEC='sphinx~=2.1.0'
- python: "2.7"
env: SPHINX_SPEC='sphinx'
- python: "2.7"
env: SPHINX_SPEC='git+https://github.com/sphinx-doc/sphinx.git#egg=Sphinx'

allow_failures:
- env: SPHINX_SPEC='git+https://github.com/sphinx-doc/sphinx.git#egg=Sphinx'

Expand Down

0 comments on commit 9437c32

Please sign in to comment.