summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2014-03-23 15:22:57 +0100
committerMarcus Smith <qwcode@gmail.com>2014-04-22 15:07:41 -0700
commit3f24ba887d754c6b2ada46b7b1ac509580ef97f4 (patch)
tree59d30c5b99be0455c093f915907c2103447ba8ad
parent5ff772d774e1994264c2eb4e84a25d7a7ac68ce2 (diff)
downloadpip-3f24ba887d754c6b2ada46b7b1ac509580ef97f4.tar.gz
Use the deadsnakes PPA for a not so dead snake (3.4).
-rwxr-xr-x.travis/py34.sh13
1 files changed, 3 insertions, 10 deletions
diff --git a/.travis/py34.sh b/.travis/py34.sh
index 41a8fc6f7..2d74fb3f0 100755
--- a/.travis/py34.sh
+++ b/.travis/py34.sh
@@ -1,11 +1,4 @@
#!/bin/sh
-
-# Get the Source Code
-cd ..
-hg clone http://hg.python.org/cpython
-
-# Build Python
-cd cpython
-./configure
-make -j8
-sudo make install
+sudo add-apt-repository ppa:fkrull/deadsnakes
+sudo apt-get update
+sudo apt-get install python3.4