From 15ae3857ad8a301d377d8a0982c351bde1ef7bb7 Mon Sep 17 00:00:00 2001 From: William Minchin Date: Tue, 28 Jan 2014 16:08:22 -0700 Subject: [PATCH] Use Travis-CI without requirements.txt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15cf9c92..5b5972f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "2.7" - "3.3" install: - - "pip install -q -r requirements.txt --use-mirrors" + - "pip install -e . --use-mirrors" - "pip install -q behave" # command to run tests script: