Installing and testing

Installing

The following command:

pip install polycircles

Will install polycircles and all its dependencies.

Testing

First, clone the gir repo.

git clone https://github.com/adamatan/polycircles.git

Unit tests

python setup.py test

BDD tests

I use behave for BDD tests.

pip install -r test_requirements.txt
behave

Travis builds

The package is built and tested in travis-ci for every commit.

Build Status - master branch