gahjelle / pyplugs

Decorator based plugin architecture for Python
https://pypi.org/project/pyplugs/
MIT License
67 stars 4 forks source link

Continous Integration #4

Closed gahjelle closed 5 years ago

gahjelle commented 5 years ago

Set up CI tools:

gahjelle commented 5 years ago

Tox file will run tests, as well as black and mypy to check formatting and typing

CircleCI is set up to run tox on Python 3.6, 3.7, and 3.8 (release candidate)