Skip to content

Commit bfd67c5

Browse files
committed
The twine module is only needed for PyPI updates.
1 parent 5c0fda3 commit bfd67c5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

requirements-dev.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
#
1919
# Required packages and typical use:
2020
#
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/"
2424
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)"
2626
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-
2927
sphinxcontrib-programoutput

0 commit comments

Comments
 (0)