1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove .travis/py34.sh because it has been rolled into .travis/install.sh

This commit is contained in:
Donald Stufft 2014-04-26 12:22:23 -04:00
parent b56c0eec40
commit a2558145cb

View file

@ -1,4 +0,0 @@
#!/bin/sh
sudo add-apt-repository -y ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.4