File: circle.yml

package info (click to toggle)
python-coverage 4.5.2%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,524 kB
  • sloc: python: 17,968; ansic: 1,212; makefile: 182; sh: 133; xml: 42
file content (18 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 requirements/tox.pip

test:
  override:
    - tox