From b984f6822916dc00156f3a5297823cba663fc92d Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 8 Dec 2016 14:23:34 -0500 Subject: [PATCH] circle.yml --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000..adaf927 --- /dev/null +++ b/circle.yml @@ -0,0 +1,7 @@ +machine: + python: + version: 2.7.12 3.5.2 + +test: + post: + - bash <(curl -s https://codecov.io/bash)