10000 address code review comments · sinanuozdemir/twilio-python@b889bdf · GitHub
[go: up one dir, main page]

Skip to content

Commit b889bdf

Browse files
committed
address code review comments
1 parent d788c3d commit b889bdf

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,13 @@ cover:
2727
find tests -type d | xargs nosetests --with-coverage --cover-inclusive --cover-erase --cover-package=twilio
2828

2929
docs-install:
30-
. venv/bin/activate; pip install -U sphinx
30+
. venv/bin/activate; pip install -r tests/requirements.txt
3131

3232
docs:
3333
-rm -rf docs/source/_rst
34-
-rm -rf docs/build< 6DE8 span class="x x-first">/*
34+
-rm -rf docs/build
3535
. venv/bin/activate; sphinx-apidoc -f twilio -o docs/source/_rst
36-
. venv/bin/activate; sphinx-build -b html -c ./docs -d docs/build/doctrees . docs/build/html
37-
38-
@echo
39-
@echo "Build finished. The HTML pages are in build/html."
36+
. venv/bin/activate; sphinx-build -b html -c ./docs -d docs/build/doctrees . docs/build/html
4037

4138

4239
release:

0 commit comments

Comments
 (0)
0