From 5f4cf128bf47e47cf6fe2c1815667ec3b2ea77a8 Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Tue, 6 Mar 2012 22:57:03 -0500 Subject: [PATCH] playing with travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7a5cfa3..45a7e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,6 @@ python: # command to install dependencies install: - pip install -r requirements.pip + - nosetests --version # command to run tests script: make \ No newline at end of file