diff options
-rw-r--r-- | circle.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000..182e8b10 --- /dev/null +++ b/circle.yml @@ -0,0 +1,18 @@ +# 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 ci/requirements.pip + +test: + override: + - tox |