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 1a14212cb40d609c25ae84fc1e6883f9f5cfd14e..c4be10b039ea00c4b95f41123c0a4dfe4abb3410 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