Skip to content

Commit c660779

Browse files
committed
travis needs to install doc deps before calling sphinx
1 parent bfb20dc commit c660779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ matrix:
5050

5151
install:
5252
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo bash test/open_vcan.sh ; fi
53-
- travis_retry pip install sphinx
53+
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then travis_retry pip install -r doc/doc-requirements.txt; fi
5454
- travis_retry pip install .[test]
5555

5656
script:

0 commit comments

Comments
 (0)