From d42063dc5de797a22fc1f5a293f2ca85c998f7d6 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 17:15:54 +0530 Subject: [PATCH] Show dir contents in circleci to debug --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index eb60c25..01c153a 100644 --- a/circle.yml +++ b/circle.yml @@ -11,5 +11,7 @@ dependencies: - "pip install -e ." test: + pre: + - ls override: - py.test -v