8000
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 1718b7d commit 66f5c57Copy full SHA for 66f5c57
Makefile
@@ -26,10 +26,10 @@ cover:
26
find tests -type d | xargs nosetests --with-coverage --cover-inclusive --cover-erase --cover-package=twilio
27
28
docs-install:
29
- . venv/bin/activate; pip install -r docs/requirements.txt
+ . venv/bin/activate; pip install pdoc
30
31
docs:
32
- . venv/bin/activate; cd docs && make html
+ . venv/bin/activate; pdoc twilio --html --html-dir docs
33
34
release:
35
. venv/bin/activate; python setup.py sdist upload
0 commit comments