summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index a52959e..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 requirements/tox.pip
-
-test:
- override:
- - tox