summaryrefslogtreecommitdiff
path: root/circle.yaml
blob: e58c68a781d62476f955ce3539a69ce4421f4de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Custom test configuration for CircleCI
machine:

  timezone:
    Europe/London # Set the timezone

## Customize dependencies
dependencies:
  post:
    - python setup.py test --dry-run
    - easy_install coverage

## Customize test commands
test:
  override:
    - nosetests jenkinsapi_tests --with-coverage --cover-html --with-xunit