summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2014-03-23 15:22:57 +0100
committerJannis Leidel <jannis@leidel.info>2014-03-26 22:38:28 +0100
commitbe4da97b40637c7d34f18857691f12801d79394f (patch)
tree5d20ff99eb2dca015aa207b3680f6c4cc5f8fc05
parent6ab9b30587b7a721111ef8842e3dbce7c7c3cefc (diff)
downloadpip-be4da97b40637c7d34f18857691f12801d79394f.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