Update v1.2.1 - Github Actions
GitHub Actions is here!
❌ Travis has been deactivated due to its temporal interruption service. (in any case, travis conf will be in repository)
✔️ GitHub Action will do this job instead and more!
Patch Notes
- There is a bot checking autopep8 format in python code during pull request (automated commits).
- There is another bot building repository environment with Dockerfile, Executing tests with that and updating Docker Hub the latest tag if all tests have been passed.
- Release event is caught in order to update Docker Hub with specified tag for repository. (repared)