Install python 3.4 from ppa

This commit is contained in:
ColinDuquesnoy
2014-03-18 20:51:49 +01:00
parent 9470bc6c63
commit d810c13a58

View File

@@ -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: