new config for circle CI support
authorsalimfadhley <sal@stodge.org>
Tue, 11 Jun 2013 22:21:17 +0000 (23:21 +0100)
committersalimfadhley <sal@stodge.org>
Tue, 11 Jun 2013 22:21:17 +0000 (23:21 +0100)
circle.yaml [new file with mode: 0644]

diff --git a/circle.yaml b/circle.yaml
new file mode 100644 (file)
index 0000000..1a14212
--- /dev/null
@@ -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