From: Rob Golding Date: Wed, 14 May 2014 08:25:31 +0000 (+0100) Subject: Test on Python 3.4 X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/commitdiff_plain/2d3c27415a7ffaf4fc678bdf7bc1bfcebde67549?pf=etc Test on Python 3.4 --- diff --git a/.travis.yml b/.travis.yml index 97d2a81..bc6cd0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" install: - pip install -e . - sudo apt-get install -qq build-essential cmake uuid-dev