From e75c24c69625527a6052b49fc7d5dc04f7901f6a Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Fri, 19 Jul 2013 12:43:58 +0200 Subject: [PATCH] Update travis --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ecfc9bde..15cf9c92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,13 @@ python: - "2.6" - "2.7" - "3.3" -install: "pip install -r requirements.txt --use-mirrors" +install: + - "pip install -q -r requirements.txt --use-mirrors" + - "pip install -q behave" # command to run tests -script: nosetests +script: + - python --version + - behave matrix: allow_failures: # python 3 support for travis is shaky.... - python: 3.3