From f0b1cfcba69f19744a467fbe00be40fdba94333c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 24 Feb 2015 07:50:14 +0100 Subject: [PATCH] Forcing Travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a4f7cd..b82e9c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - "2.7" -# command to install dependencies install: "pip install -r requirements.txt" -# command to run tests +# run nosetests - Tests script: nosetests