From: salimfadhley Date: Wed, 12 Jun 2013 22:17:47 +0000 (+0100) Subject: run all the tests, not just unittests X-Git-Tag: v0.2.23~210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9223126f47f311b39c56dc2373f7825c570a0f0d;p=tools%2Fpython-jenkinsapi.git run all the tests, not just unittests --- diff --git a/circle.yaml b/circle.yaml index 1a14212..c4be10b 100644 --- a/circle.yaml +++ b/circle.yaml @@ -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