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
commit63220645992a448112c6d25749e99be1cc1a1e1f (patch)
tree2a2acfbe61b039e4af1b5ba64ba109f3a6a8b9f2
parentaff02f38fa4b24ffe7c7a0a31ca2f654b4c4084a (diff)
downloadpython-coveragepy-63220645992a448112c6d25749e99be1cc1a1e1f.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 182e8b1..bd22f53 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