mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-13 09:11:00 +08:00
Experiment with travis and installing packages differently
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
set -e
|
||||
echo "ENV" $JEDI_TEST_ENVIRONMENT
|
||||
PYTHON=python-3.3
|
||||
|
||||
# Check if the desired Python version already exists.
|
||||
$PYTHON --version && exit 0 || true
|
||||
|
||||
# Otherwise download and install.
|
||||
wget https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/$PYTHON.tar.bz2
|
||||
sudo tar xjf $PYTHON.tar.bz2 --directory /
|
||||
Reference in New Issue
Block a user