From 1a72a9e7b658f52bb8c6f43c302324af08c3198c Mon Sep 17 00:00:00 2001 From: Ahmed Bodiwala Date: Sun, 20 Apr 2014 13:29:50 +0000 Subject: [PATCH] Fix Travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 504c444..cae1386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ python: - "3.3" # command to install dependencies install: - - "pip install ." - "pip install -r requirements.txt" # command to run tests script: nosetests