From 0228590578304448b7de6d17b8f296805ca835e7 Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Fri, 14 Jun 2013 23:36:49 +0100 Subject: [PATCH] use dry run to install test-dependancies automagically --- circle.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: -- 2.7.4