From 62e58caea5b53cc90fbf70ece8251e120bbba5ee Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 7 Jan 2014 14:00:46 -0800 Subject: [PATCH] .travis.yml - use pip to install test dependencies --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b70e9f..8e5fb63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,8 @@ before_install: install: - "pip install ." +before_install: + - "pip install 'requests>=2.0.1' py.test" + script: py.test