redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD
BSD 3-Clause "New" or "Revised" License
1.32k stars 185 forks source link

Use tox to test against all supported environments #80

Closed francoisfreitag closed 3 years ago

francoisfreitag commented 6 years ago

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).

francoisfreitag commented 5 years ago

Example build from my fork on travis https://travis-ci.org/francoisfreitag/XKCD-password-generator/builds/476583725.

francoisfreitag commented 3 years ago

This did not receive interest, I think it can be closed. I am happy to update the PR if there’s interest.

bittner commented 3 years ago

Instead of Travis CI you could then target GitHub Actions. See bittner/pyclean for an implementation example.