From f979cf09935df5c97ef0c6780daca56a9ebf68f8 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 30 Mar 2012 16:27:36 -0400 Subject: [PATCH] Tinkering w/ Travis-CI multiple branch support. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 48d3047..ca7f522 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,8 @@ python: - "2.7" env: - PYTHONPATH='.' +branches: + only: + - next install: pip install -r requirements.txt --use-mirrors -script: git checkout next && python setup.py test --functional +script: python setup.py test --functional