/CalculatorLibrary

For use in CI (Continuous Integration) session.

Primary LanguagePython

Alt text

Bintray

Continuous Integration

An intro to using Circle CI for Continous Integration in Python projects.

More info on Circle CI here

Instructions for use

Create an account at Circle CI here

Create a new repo at GitHub

Go to Circle CI and link repo

The pipeline does the following:

  1. Checks out the repository
  2. Installs dependencies in a virtual environment
  3. Runs the linter (flake8) and tests (pytest) whilst inside the virtual environment

Check if the build fails/succeeds over at Circle CI - fix/don't fix!