From ecc42c67ec601d4390da7ce24d3b0e4f02416b3b Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 7 Jun 2014 10:58:36 +0530 Subject: [PATCH] Updates testing script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e5edc2..add14d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - pip install requests - pip install nose # command to run tests, e.g. python setup.py test -script: nosetests --exclude=hackertray \ No newline at end of file +script: nosetests --nocapture \ No newline at end of file