graingert / python-clamd

Clamd is a python interface to Clamd (Clamav daemon). By using Clamd, you can add virus detection capabilities to your python software in an efficient and easy way.
82 stars 39 forks source link

Migrate CI from Travis to GitHub Actions using tox-gh-actions #30

Closed RonanT1989 closed 9 months ago

RonanT1989 commented 9 months ago

Migrating CI from Travis to GitHub Actions, utilizing tox-gh-actions for Python testing. Includes updates to tox.ini and a new tox_tests.yml.