We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7088835 commit df76c6eCopy full SHA for df76c6e
.travis.yml
@@ -37,7 +37,7 @@ before_install:
37
- git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels
38
- |
39
if [[ $GROUP == docs ]]; then
40
- pip install docs/doc-requirements.txt
+ pip install -r docs/doc-requirements.txt
41
fi
42
43
install:
0 commit comments