From 9223126f47f311b39c56dc2373f7825c570a0f0d Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Wed, 12 Jun 2013 23:17:47 +0100 Subject: [PATCH] run all the tests, not just unittests --- circle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4