File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 18
18
#
19
19
# Required packages and typical use:
20
20
#
21
- pytest # run regression tests "py.test tests/ "
22
- pytest-cov # check code coverage "py.test tests/ --cov ndeftool --cov-report html"
23
- flake8 # syntax and style checks "flake8 src/"
21
+ pytest # run regression tests "py.test"
22
+ pytest-cov # check code coverage "py.test --cov ndeftool --cov-report html"
23
+ flake8 # syntax and style checks "flake8 src/ tests/ "
24
24
tox # run tests before push "tox -c tox.ini"
25
- sphinx # to create documentation "(cd docs && amke html doctest)"
25
+ sphinx # to create documentation "(cd docs && make html doctest)"
26
26
sphinx-rtd-theme # with the final layout "firefox docs/_build/html/index.html"
27
- twine # for upload to PyPI "twine upload -s dist/ndeftool-x.y.z*"
28
-
29
27
sphinxcontrib-programoutput
You can’t perform that action at this time.
0 commit comments