Skip to content

AaronRobson/PyFizzBuzz

Repository files navigation

PyFizzBuzz

Build Status CircleCI Coverage Status

Getting Started

https://blog.codinghorror.com/why-cant-programmers-program/

Install dependencies

Install python3 including pip3.

Run

make run

or:

python3 fizzbuzz

Run dev checks

Install Dev dependencies

pip3 install flake8 pep8-naming

Lint and Type Check

make check

Unittest

make test

Run all

make