Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 205 Bytes

DEVELOP.md

File metadata and controls

9 lines (6 loc) · 205 Bytes

Coding style

  • 4 spaces indentiation
  • UTF-8 encoding

Testing

  • To run all tests, execute py.test in top dir of this project.
  • CI tests are run on travis.