Linting-Formatting-Testing template. Prototyping the following features:
- travis pip caching (travis-ci)
- incremental testing (pytest)
- incremental linting (pylint)
- coverage analysis (pytest-cov)
- incremental test coverage (pytest-cov)
- "type hints" (PEP 484)
- compile-time static type checks (mypy)
- docstrings
- Inline comments:
a = 1 # Two spaces before, one space after, captilization and period.