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 daaa3ec commit 2c2d8f7Copy full SHA for 2c2d8f7
.travis.yml
@@ -38,7 +38,7 @@ install:
38
# Install dev requirements
39
- pip install -r dev-requirements.txt
40
# Limit Sphinx version re: test matrix
41
- - "pip install 'sphinx$SPHINX'"
+ - pip install "sphinx$SPHINX"
42
# Sanity/debug-friendliness: list what got installed
43
- pip list --format=columns
44
# Dev tooling sanity test: can invoke list tasks?
0 commit comments