From 190886ad0afdf0dfa72ef38646872606fc041b81 Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Tue, 11 Jun 2013 23:21:17 +0100 Subject: [PATCH] new config for circle CI support --- circle.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 circle.yaml 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 -- 2.7.4