From cc978cbc0014d081bfb1b22dfe07725184fa98e4 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Sat, 17 Aug 2013 13:24:51 -0700 Subject: [PATCH] Updates travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 15cf9c92..87e5f3b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.3" install: - "pip install -q -r requirements.txt --use-mirrors" - - "pip install -q behave" + - "pip install -q behave dateutil" # command to run tests script: - python --version