Skip to content

Commit

Permalink
Update CI scripts with new Sphinx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Jul 5, 2020
1 parent 330a73a commit 11266da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
sphinx-version:
- 3.0.0
- git+https://github.com/sphinx-doc/[email protected]
- 3.0.4
- 3.1.1
- git+https://github.com/sphinx-doc/[email protected]
- git+https://github.com/sphinx-doc/[email protected]
# master (Sphinx 4) will require at least Python 3.6, so disable it for now
#- git+https://github.com/sphinx-doc/sphinx.git@master
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: python

env:
- SPHINX_VERSION=3.0 TRAVIS_CI=True
- SPHINX_VERSION=3.1 TRAVIS_CI=True

python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

before_install:
- sudo apt-get update -qq
Expand Down

0 comments on commit 11266da

Please sign in to comment.