From f06b38333e35e7b7bcbf497103f6772dc0458ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Thu, 15 Nov 2012 11:26:11 +0100 Subject: [PATCH] install dependencies in .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f9d1f9c..42c86c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,7 @@ python: - "2.6" - "2.7" - "3.2" +# command to install dependencies +install: pip install -r requirements.txt # command to run tests script: nosetests