mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Get python3.4 on travis working
This commit is contained in:
@@ -40,7 +40,7 @@ script:
|
|||||||
test_env_version=${JEDI_TEST_ENVIRONMENT:0:1}.${JEDI_TEST_ENVIRONMENT:1:1}
|
test_env_version=${JEDI_TEST_ENVIRONMENT:0:1}.${JEDI_TEST_ENVIRONMENT:1:1}
|
||||||
if [ "$TRAVIS_PYTHON_VERSION" != "$test_env_version" ]; then
|
if [ "$TRAVIS_PYTHON_VERSION" != "$test_env_version" ]; then
|
||||||
python_bin=python$test_env_version
|
python_bin=python$test_env_version
|
||||||
python_path="$(which $python_bin)"
|
python_path="$(which $python_bin || true)"
|
||||||
if [ -z "$python_path" ]; then
|
if [ -z "$python_path" ]; then
|
||||||
# Only required for JEDI_TEST_ENVIRONMENT=34.
|
# Only required for JEDI_TEST_ENVIRONMENT=34.
|
||||||
download_name=python-$test_env_version
|
download_name=python-$test_env_version
|
||||||
|
|||||||
Reference in New Issue
Block a user