summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.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