summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 08:06:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 08:06:23 -0400
commitfe39b5b86e87800249547cba3cc395959360f96c (patch)
tree2a5261cd3018c1d007b324c5e87351eb2d5a14a8 /circle.yml
parentba8edf61e30ce3fc5ce3508fbb86bf9778594a4e (diff)
downloadpython-coveragepy-git-fe39b5b86e87800249547cba3cc395959360f96c.tar.gz
Configure circle ci
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
new file mode 100644
index 00000000..182e8b10
--- /dev/null
+++ b/circle.yml
@@ -0,0 +1,18 @@
+# Circle CI configuration for coverage.py.
+# https://circleci.com/gh/nedbat/coveragepy
+
+machine:
+ python:
+ version: 2.7.6
+ post:
+ - pyenv global pypy-2.4.0 2.6.8 2.7.9 3.3.3 3.4.2
+
+dependencies:
+ pre:
+ - pip install -U pip
+ override:
+ - pip install -r ci/requirements.pip
+
+test:
+ override:
+ - tox