pytest-dev / pytest-forked

extracted --boxed from pytest-xdist to ensure backward compat
MIT License
62 stars 21 forks source link

Refactor the build automation #40

Closed webknjaz closed 4 years ago

webknjaz commented 4 years ago

This change includes switching to tox+pep517 for building dists, using twine for metadata verification and putting the release stage after tests in Travis CI.

It also addresses a warning about the missing long description content-type emitted by twine check.