From c9e9e7c59969f2b7d015994a56bbe45588fa4db4 Mon Sep 17 00:00:00 2001 From: Robert Smallshire Date: Sat, 31 Jan 2015 09:00:00 +0100 Subject: [PATCH] Point Travis CI and the right test-requirements.txt file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 970350f..aff3769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "3.4" # command to install dependencies install: - - "pip install -r requirements.txt" + - "pip install -r test/test-requirements.txt" # command to run tests script: nosetests