Closed gabriel-duque closed 4 years ago
Hey,
I finally found the time to drop setup.py for our testsuite entrypoint.
setup.py
We can now just install the requirements and run tox to build and test our project.
tox
I also fixed the build and added a MANIFEST.in file to handle what we include in the package.
MANIFEST.in
I just added GitHub actions to run and build tests with Python3.{6,7,8} on Linux, Windows and macOS :)
Hey,
I finally found the time to drop
setup.py
for our testsuite entrypoint.We can now just install the requirements and run
tox
to build and test our project.