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 cf3f073 commit ae294c8Copy full SHA for ae294c8
Makefile
@@ -14,7 +14,7 @@ clean-pyc:
14
find . -name '*~' -exec rm -f {} +
15
16
init:
17
- pip install tox>=1.8 coverage Sphinx
+ pip install "tox>=1.8" coverage Sphinx
18
19
test:
20
coverage erase
0 commit comments