summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:53:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:53:17 -0400
commit67a0dc73a282dd40bb33874d9ed972f88a31dd67 (patch)
tree805e494a6a760feda68162a75171e2a39ae2e396 /circle.yml
parent41dd416811754f008b992235801fcd6010ca3979 (diff)
downloadpython-coveragepy-git-67a0dc73a282dd40bb33874d9ed972f88a31dd67.tar.gz
Remove CI things we aren't using
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 a52959ef..00000000
--- 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