run all the tests, not just unittests
authorsalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 22:17:47 +0000 (23:17 +0100)
committersalimfadhley <sal@stodge.org>
Wed, 12 Jun 2013 22:17:47 +0000 (23:17 +0100)
circle.yaml

index 1a14212..c4be10b 100644 (file)
@@ -13,4 +13,4 @@ dependencies:
 ## Customize test commands
 test:
   override:
-    - nosetests jenkinsapi_tests/unittests --with-coverage --cover-html --with-xunit
+    - nosetests jenkinsapi_tests --with-coverage --cover-html --with-xunit