From 06d6177b8de12923013352670d354c85ba1148fd Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Thu, 7 Jan 2016 14:27:18 +0530 Subject: [PATCH] Show error verbose in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 460a4ab..ce4c874 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ install: - "pip install -e ." # command to run tests -script: py.test +script: py.test -v