Continuous Integration
Pre-release
Pre-release
The current version implements the whole CI pipeline using Travis CI. Here is what the pipeline does:
- Checks code formatting using black
- Checks code validation using flake8
- Runs unit-tests (with pytest)
- Checks tests coverage using codecov
Also, more project details were displayed as badge in the project's main README file.