From 6b41b6111966400925dd648420f11704ac9dbbf2 Mon Sep 17 00:00:00 2001 From: gcmalloc Date: Mon, 15 Oct 2012 18:28:38 +0200 Subject: [PATCH] correcting travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05dd519a8..03947b1eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ language: python python: - "2.6" - "2.7" +#command to install the setup +install: # command to run tests -script: nosetests tests +script: nosetests test --nocapture -- 2.30.2