From d7763f903211034aa60ceb39a185ee1424b5c524 Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Fri, 21 Feb 2014 01:10:54 +0900 Subject: [PATCH] Install dependencies before test on Travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 558a8939..877e6971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: - 2.6 - 2.7 - 3.3 +install: +- pip install -e . "Werkzeug >= 0.9" script: - python setup.py test notifications: