This repo is for me to learn:
- How to create a Python pip package and test/use it
- How to integrate pytest with Python pip setup.py and configure pytest (pytest.ini)
- How to use Travis and integrate it with github repo, learn lifecyle of a Travis job
- How to use codecov and integrate with Travis
Support run test (pytest) from setup.py:
python setup.py test -a "-vvv --tb=long"