Completed
Push — develop ( 6c87e2...dfcc3b )
by Martin
02:34 queued 01:09
created

Checkout Config

build:
  environment:
    python: 2.7.7

  dependencies:
    before:
      - pip install -r dev-requirements.txt

  tests:
    override:
      -
        command: 'tox'
        coverage:
          file: '.coverage'
          format: 'py-cc'

Repository Config

# language: python

# tests: true