Switch to `twine check` in tox testenv:dist
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 25 Sep 2018 15:25:51 +0000 (15:25 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 25 Sep 2018 15:25:51 +0000 (15:25 +0000)
commit30511cc7a3cbf8e516f792b85fd078cc0c539606
tree721eb98580761e242760d56dfb3d35dfce935106
parent4da48aaa62ba29424ba803bab7e4ee9eacbab9b1
Switch to `twine check` in tox testenv:dist

As of twine 1.12.0 we can now replace `setup.py check ...` with
`twine check` as a more standard approach to validating the markup
of description text in packages (and potentially other aspects of
package metadata in the future).
tox.ini