diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 08:48:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-07 08:48:05 -0400 |
commit | 8b13d9c65ab677fc53c4e909bad2e15a11675037 (patch) | |
tree | 8b138a1a189633c81aac6f406ac615ea9483e5a4 | |
parent | fe39b5b86e87800249547cba3cc395959360f96c (diff) | |
download | python-coveragepy-git-8b13d9c65ab677fc53c4e909bad2e15a11675037.tar.gz |
2 spaces for yml
-rw-r--r-- | circle.yml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 |