test project for python project integration with travis
5.Optional: Integrating with codecov.io add the below in the respective sections (login in codecov with git and you will be able to see the dashboard)
login in codacy with git and enable reviewing for the repository and also check the dashboard
For Coverage Status code template below: code available in Codecov --> settings--> badge
For Code review satus --> codacy badge in project settings
- codecov documentation[https://docs.codecov.io/docs] and git -> [https://github.com/codecov/example-python]
- Using unit testing with python [https://microsoft.github.io/PartsUnlimitedMRP/pandp/200.1x-PandP-PythonCI.html]
- Travis and python [https://docs.travis-ci.com/user/languages/python/]
- codeacy - code review [https://support.codacy.com/hc/en-us]
- unittest [https://docs.python.org/3/library/unittest.html] & pytest [https://docs.pytest.org/en/latest/]