From bfffbfe4fff950bdad13a35e8898e0b166ca5afc Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 10 Mar 2015 11:21:27 -0700 Subject: [PATCH] Ensure travis installs test-requirements.txt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d9eb17..23f367d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: # command to install dependencies install: - "pip install ." - - "pip install nose" + - "pip install -r test-requirements.txt" # command to run tests script: nosetests