Fix .travis.yml.

This commit is contained in:
Daniel Perez 2016-06-12 15:56:11 +09:00
parent f5d9d07111
commit 4d6f1d606f
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: c
script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git
before_script:
- git clone https://github.com/tuvistavie/asdf.git --branch plugin-test asdf
- git clone https://github.com/tuvistavie/asdf.git --branch test-latest-version-install asdf
- . asdf/asdf.sh
os:
- linux

View File

@ -19,6 +19,7 @@ install_python() {
# because we don't want to disturb current working dir
(
cd $(dirname $source_path)
echo $source_path
tar zxf $source_path || exit 1
cd "Python-${version}"