Skip to content

Commit 2c2d8f7

Browse files
committed
Grumble grumble...will this work?
1 parent daaa3ec commit 2c2d8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install:
3838
# Install dev requirements
3939
- pip install -r dev-requirements.txt
4040
# Limit Sphinx version re: test matrix
41-
- "pip install 'sphinx$SPHINX'"
41+
- pip install "sphinx$SPHINX"
4242
# Sanity/debug-friendliness: list what got installed
4343
- pip list --format=columns
4444
# Dev tooling sanity test: can invoke list tasks?

0 commit comments

Comments
 (0)