Skip to content

Commit

Permalink
Add tests for sphinx=3.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Mar 22, 2020
1 parent 2216f7c commit f36aa77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
- "2.7"
env:
- SPHINX_VERSION=""
- SPHINX_VERSION=3.0.0b1
- SPHINX_VERSION=2.4.*
- SPHINX_VERSION=2.3.*
- SPHINX_VERSION=2.2.*
Expand All @@ -22,6 +23,8 @@ env:
- SPHINX_VERSION=1.3.*
matrix:
exclude:
- python: "2.7"
env: SPHINX_VERSION=3.0.0b1
- python: "2.7"
env: SPHINX_VERSION=2.0.*
- python: "2.7"
Expand Down Expand Up @@ -55,7 +58,6 @@ matrix:
- python: "3.8"
env: SPHINX_VERSION=1.9.*


install:
- pip install coveralls
# install sphinx
Expand Down

0 comments on commit f36aa77

Please sign in to comment.