From 534dc63ec0622e8f2f132165f33f957b99395c96 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Sun, 22 Dec 2013 18:50:57 +0100 Subject: [PATCH] Travis fix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ee0fce26..15cf9c92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.3" install: - "pip install -q -r requirements.txt --use-mirrors" + - "pip install -q behave" # command to run tests script: - python --version