From 6b7e86a67b7af59598e7369f3109a7afc2a5c114 Mon Sep 17 00:00:00 2001 From: Colton Allen Date: Wed, 30 Mar 2016 07:42:31 -0400 Subject: [PATCH] Added circle configuration --- circle.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..5bd26f6 --- /dev/null +++ b/circle.yml @@ -0,0 +1,12 @@ +# circle.yml +machine: + python: + version: 2.7.3 + +checkout: + post: + - pip install -U pip setuptools virtualenv + +test: + override: + - nosetests -w tests/