Closed francoisfreitag closed 3 years ago
Example build from my fork on travis https://travis-ci.org/francoisfreitag/XKCD-password-generator/builds/476583725.
This did not receive interest, I think it can be closed. I am happy to update the PR if there’s interest.
Instead of Travis CI you could then target GitHub Actions. See bittner/pyclean for an implementation example.
Supported environments depends on the Python version installed on the developers' machine. Tox will automatically detect the available python versions and run the tests against them.
Using tox makes it easier to configure continuous integration (such as travis-ci which is free for open-source projects and has a documentation for python projects).