From f926aed49bd7bca3a87c1e95ddcc32b719c83079 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 3 Jan 2015 22:35:31 +0100 Subject: [PATCH] Added Python 3.4 for Tests Signed-off-by: Lars Kiesow --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6824ca3..219a9a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" before_install: pip install --quiet lxml python-dateutil