Travis now provides Python 3.4

This commit is contained in:
Danilo Bargen
2014-07-26 15:47:37 +02:00
parent efebb2d6d0
commit 49089c06ff

View File

@@ -15,12 +15,6 @@ 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
- if [ "$TOXENV" = "py34" ]; then
sudo apt-add-repository -y ppa:fkrull/deadsnakes;
sudo apt-get update;
sudo apt-get install python3.4;
fi
script:
- tox
after_script: