carpentries / glosario-py

glosario allows users to create and retrieve multilingual glossaries. By default, glosario provides access to a community-curated glossary hosted by The Carpentries. This repository also documents the structure expected for the glossaries that can be managed by glosario.
https://glosario.readthedocs.io/en/latest/
MIT License
3 stars 2 forks source link

Update pyproject.toml to add flake8 and tox dependencies #12

Open fjohnson opened 3 years ago

fjohnson commented 3 years ago

The documentation lists flake8 and tox as requirements for testing (and hence contributing). We could add these as tool.poetry.dev-dependencies to the pyproject.toml file.

Are we interested in doing this? Are flake8 and tox actually going to be used? I tried flake8 which worked as there is a single test defined. Tox did not work as there is no configuration present, and this would need to be created as well.