use dry run to install test-dependancies automagically
authorsalimfadhley <sal@stodge.org>
Fri, 14 Jun 2013 22:36:49 +0000 (23:36 +0100)
committersalimfadhley <sal@stodge.org>
Fri, 14 Jun 2013 22:36:49 +0000 (23:36 +0100)
circle.yaml

index c4be10b..5f1a2dd 100644 (file)
@@ -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: