From a6300a13abb06e8a15bc69e083c8696ef23b4f93 Mon Sep 17 00:00:00 2001 From: snipem Date: Mon, 2 Jun 2014 22:55:25 +0200 Subject: [PATCH] Added dateutil requirement for travis python-dateutil was missing for a clean install of the module --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3224ad..3d13151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,6 @@ python: - "3.2" - "3.3" # command to install dependencies -install: "pip install lxml" +install: "pip install lxml python-dateutil" # command to run tests script: py.test \ No newline at end of file