summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-02 19:41:13 -0400
committerDonald Stufft <donald@stufft.io>2014-05-02 19:41:13 -0400
commit94625d5fa1bf8c0a5a539317ccc603c8824cd677 (patch)
treebcc92154322abd310212c9b0fe1d7b229ed1d005
parentb67c00e9b85c7a5920e11c94e9a644d49873612d (diff)
downloadpip-94625d5fa1bf8c0a5a539317ccc603c8824cd677.tar.gz
Updates for Travis
-rw-r--r--.travis.yml6
-rwxr-xr-x.travis/py34.sh4
2 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 813807d14..2c4a32a7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,12 +13,6 @@ before_install:
- "[ -d ~/.distlib ] && sudo chown -R travis:travis ~/.distlib || true"
install:
- - "if [[ $TOXENV == 'pypy' ]]; then sudo add-apt-repository -y ppa:pypy/ppa; fi"
- - "if [[ $TOXENV == 'pypy' ]]; then sudo apt-get -y update && sudo apt-get -y install pypy; fi"
- # This is required because we need to get rid of the Travis installed PyPy
- # or it'll take precedence over the PPA installed one.
- - "if [[ $TOXENV == 'pypy' ]]; then sudo rm -rf /usr/local/pypy/bin; fi"
- - "if [[ $TOXENV == 'py34' ]]; then .travis/py34.sh; fi"
- sudo apt-get install subversion bzr mercurial
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
- git config --global user.email "python-virtualenv@googlegroups.com"
diff --git a/.travis/py34.sh b/.travis/py34.sh
deleted file mode 100755
index a5590087a..000000000
--- a/.travis/py34.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-sudo add-apt-repository -y ppa:fkrull/deadsnakes
-sudo apt-get update
-sudo apt-get install python3.4