We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb20dc commit c660779Copy full SHA for c660779
1 file changed
.travis.yml
@@ -50,7 +50,7 @@ matrix:
50
51
install:
52
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo bash test/open_vcan.sh ; fi
53
- - travis_retry pip install sphinx
+ - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then travis_retry pip install -r doc/doc-requirements.txt; fi
54
- travis_retry pip install .[test]
55
56
script:
0 commit comments