From d810c13a5875045f3dea9111403c1f5691f2e2de Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Tue, 18 Mar 2014 20:51:49 +0100 Subject: [PATCH] Install python 3.4 from ppa --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 810b7f58..1dc99d3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,9 @@ matrix: - env: TOXENV=pypy install: - pip install --quiet --use-mirrors tox + # install python 3.4 from PPA since Travis does not have python 3.4 yet + - sudo apt-add-repository -y ppa:fkrull/deadsnakes + - sudo apt-get install python3.4 script: - tox after_script: