Skip to content

Commit

Permalink
Merge pull request #1777 from alex/patch-2
Browse files Browse the repository at this point in the history
Travis now includes its own Python 3.4
  • Loading branch information
dstufft committed May 1, 2014
2 parents eff93a7 + 4928f98 commit e594555
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis/install.sh
Expand Up @@ -3,19 +3,6 @@
set -e
set -x

case $TOXENV in
py34)
sudo add-apt-repository -y ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.4
;;
pypy)
sudo add-apt-repository -y ppa:pypy/ppa
sudo apt-get -y update
sudo apt-get -y install pypy
;;
esac

git config --global user.email "python-virtualenv@googlegroups.com"
git config --global user.name "Pip"

Expand Down

0 comments on commit e594555

Please sign in to comment.