From 83d2f23b409118f8fd97087b892c355c3abfcad9 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Thu, 10 Jan 2013 00:08:50 -0500 Subject: [PATCH] More Travis-CI tinkering. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eecdb65..a6b1bc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ branches: only: - master - next -install: pip install -r requirements.txt --use-mirrors +install: pip install gunicorn && pip install -r requirements.txt --use-mirrors script: python setup.py test --functional