/shapes

From Github workshop with Caitlin (2/15/18)

Primary LanguagePythonMIT LicenseMIT

Build Status codecov

Shapes - an example repository

This repository will provide methods for calculating the area and parimeter of certain shapes, but the main use is to provide an example for how to organize a github repository, that will include:

  • Writing tests using pytest
  • Integrating tests on github with Travis
  • Add Cover cover to your travis tests
  • Add documentation from sphinx to your repository