obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
138 stars 23 forks source link

replace `setup.py test` with tox #41

Closed mrg29 closed 4 years ago

mrg29 commented 4 years ago

setuptools deprecated using setup.py test. The deprecation warning advises using tox instead.

This PR makes that change. It also changes .travis.yml to get TravisCI and Coveralls to play nice with tox.

It also changes the package's long_description to show the full README on PyPI. That probably should've been a separate PR - I can undo that change if needed.