From: salimfadhley Date: Tue, 11 Jun 2013 22:21:17 +0000 (+0100) Subject: new config for circle CI support X-Git-Tag: v0.2.23~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=190886ad0afdf0dfa72ef38646872606fc041b81;p=tools%2Fpython-jenkinsapi.git new config for circle CI support --- diff --git a/circle.yaml b/circle.yaml new file mode 100644 index 0000000..1a14212 --- /dev/null +++ b/circle.yaml @@ -0,0 +1,16 @@ +## Custom test configuration for CircleCI +machine: + + timezone: + Europe/London # Set the timezone + +## Customize dependencies +dependencies: + post: + - easy_install mock + - easy_install nose + +## Customize test commands +test: + override: + - nosetests jenkinsapi_tests/unittests --with-coverage --cover-html --with-xunit