tweak build process

This commit is contained in:
Rossen Georgiev 2021-11-27 19:42:02 +00:00
parent d40d7a48a1
commit 0d5f9fbf22
2 changed files with 2 additions and 1 deletions

View File

@ -41,5 +41,4 @@ dist: clean
python setup.py bdist_wheel --universal
upload: dist
python setup.py register -r pypi
twine upload -r pypi dist/*

View File

@ -1,4 +1,6 @@
twine
wheel
mox3
coverage>=5.0; python_version == '2.7' or python_version >= '3.5'