Skip to content

Pacifica Template Repository

Latest
Compare
Choose a tag to compare
@dmlb2000 dmlb2000 released this 21 Jul 17:23
· 2 commits to master since this release
0e0357d

v0.1.0 Pacifica Template Repository

This services as a marker for the base level of software development Python projects should aspire to when being developed.

  • Travis Config to run PyLint and PyTest on Linux and fail if it doesn't pass.
  • Appveyor Config to run PyLint and PyTest on Windows and fail if it doesn't pass.
  • Pre-Commit Config to enforce standards of coding.