Skip to content

Commit 78c9291

Browse files
committed
Merge pull request #183 from luzfcb/patch-1
fix small issue on Makefile
2 parents e8d90a3 + ae294c8 commit 78c9291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clean-pyc:
1414
find . -name '*~' -exec rm -f {} +
1515

1616
init:
17-
pip install tox>=1.8 coverage Sphinx
17+
pip install "tox>=1.8" coverage Sphinx
1818

1919
test:
2020
coverage erase

0 commit comments

Comments
 (0)