From: Karl O. Pinc Date: Wed, 24 Oct 2018 04:34:57 +0000 (-0500) Subject: Use twine instead of setup.py for check X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=8db68ba75b76b3261ce568f40c8507f50fd57e40;p=pgwui_common Use twine instead of setup.py for check --- diff --git a/tox.ini b/tox.ini index 8bc5fd1..afefb81 100644 --- a/tox.ini +++ b/tox.ini @@ -9,14 +9,16 @@ basepython = py37: python3.7 deps = check-manifest - {py34,py35,py36,py37}: readme_renderer + cmarkgfm flake8 pytest pytest-cov + twine # coverage commands = check-manifest - {py34,py35,py36,py37}: python setup.py check -m -r -s + python setup.py sdist + twine check dist/* flake8 . py.test --cov=pgwui_common tests/ # coverage run --source src/pgwui_common -m py.test