Skip to content

Commit

Permalink
Travis now provides Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jul 26, 2014
1 parent efebb2d commit 49089c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49089c0

Please sign in to comment.