bandang0 / aamg

Automatic Astrophysical Model Generator
MIT License
0 stars 0 forks source link

Switch to tox for tests and add GitHub actions #8

Closed gabriel-duque closed 4 years ago

gabriel-duque commented 4 years ago

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.

gabriel-duque commented 4 years ago

I also fixed the build and added a MANIFEST.in file to handle what we include in the package.

gabriel-duque commented 4 years ago

I just added GitHub actions to run and build tests with Python3.{6,7,8} on Linux, Windows and macOS :)