From 229d782ce94eb5a6b38a7f61466b854c8c04152b Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 30 Apr 2014 09:24:19 +0300 Subject: [PATCH] Enable Python 3.4 on Travis CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 559663c..22c320e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" # command to install dependencies install: - pip install -r requirements-dev.txt