Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Add tests for most actual sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 20, 2018
1 parent f5fb140 commit 9697c9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
- SPHINX_VERSION=1.4
- SPHINX_VERSION=1.5
- SPHINX_VERSION=1.6
- SPHINX_VERSION=""
matrix:
exclude:
- python: "3.6"
Expand All @@ -30,6 +31,9 @@ install:
- conda info -a
- conda create -n test_env python=$TRAVIS_PYTHON_VERSION matplotlib pillow sphinx=$SPHINX_VERSION jupyter pandoc
- source activate test_env
- if [[ $SPHINX_VERSION == "" ]]; then
pip install -U sphinx;
fi
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then pip install pathlib; fi
- conda install notebook ipykernel
- ipython kernel install --user
Expand Down

0 comments on commit 9697c9f

Please sign in to comment.