From d84f6b48344bce0c3f225d8d695680ae86bb6ff6 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 18 Apr 2014 08:53:53 +0300 Subject: [PATCH] .travis.yml: add Python 3.4. According to https://github.com/travis-ci/travis-ci/issues/1989 Travis will get Python versions from https://launchpad.net/~fkrull/+archive/deadsnakes and that PPA has python3.4 so it should be installed to them soon. Feel free to not merge this until it has happened. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 47252fcff..6319b9eb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: