Fix .travis.yml.
This commit is contained in:
parent
f5d9d07111
commit
4d6f1d606f
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue