From: salimfadhley Date: Fri, 14 Jun 2013 22:36:49 +0000 (+0100) Subject: use dry run to install test-dependancies automagically X-Git-Tag: v0.2.23~190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0228590578304448b7de6d17b8f296805ca835e7;p=tools%2Fpython-jenkinsapi.git use dry run to install test-dependancies automagically --- diff --git a/circle.yaml b/circle.yaml index c4be10b..5f1a2dd 100644 --- a/circle.yaml +++ b/circle.yaml @@ -7,8 +7,7 @@ machine: ## Customize dependencies dependencies: post: - - easy_install mock - - easy_install nose + - python setup.py test --dry-run ## Customize test commands test: