summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 08:48:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 08:48:05 -0400
commit8b13d9c65ab677fc53c4e909bad2e15a11675037 (patch)
tree8b138a1a189633c81aac6f406ac615ea9483e5a4
parentfe39b5b86e87800249547cba3cc395959360f96c (diff)
downloadpython-coveragepy-git-8b13d9c65ab677fc53c4e909bad2e15a11675037.tar.gz
2 spaces for yml
-rw-r--r--circle.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/circle.yml b/circle.yml
index 182e8b10..bd22f535 100644
--- a/circle.yml
+++ b/circle.yml
@@ -2,17 +2,17 @@
# 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
+ 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
+ pre:
+ - pip install -U pip
+ override:
+ - pip install -r ci/requirements.pip
test:
- override:
- - tox
+ override:
+ - tox