• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Circle CI configuration for coverage.py.
2# https://circleci.com/gh/nedbat/coveragepy
3
4machine:
5  python:
6    version: 2.7.6
7  post:
8    - pyenv global pypy-2.4.0 2.6.8 2.7.9 3.3.3 3.4.2
9
10dependencies:
11  pre:
12    - pip install -U pip
13  override:
14    - pip install -r requirements/tox.pip
15
16test:
17  override:
18    - tox
19