Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 359 Bytes

Documentation

CI CD project on Github, with Github Workflows.

About

The following actions are performed automatically thanks to Github Workflows. This action is performed on every push to the repository.

Installing the requirements

pip install -r requirements.txt 

Running the tests

pytest tests

or

tox