From: Karl O. Pinc Date: Wed, 24 Oct 2018 04:14:32 +0000 (-0500) Subject: Use twine instead of setup.py to check X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=dfe670725ce50c49acf47532e427e1964b7e6989;p=pgwui_core Use twine instead of setup.py to check --- diff --git a/tox.ini b/tox.ini index 756fce9..e051fb7 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_core tests/ # coverage run --source src/pgwui_core -m py.test