fix travis by catering for the renamed github repo
https://github.com/tuvistavie/asdf-python -> https://github.com/danhper/asdf-python
This commit is contained in:
parent
3c9b8af350
commit
98c0f0f4a2
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
language: c
|
language: c
|
||||||
script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git
|
script: asdf plugin-test python https://github.com/danhper/asdf-python.git
|
||||||
before_script:
|
before_script:
|
||||||
- git clone https://github.com/asdf-vm/asdf.git asdf
|
- git clone https://github.com/asdf-vm/asdf.git asdf
|
||||||
- . asdf/asdf.sh
|
- . asdf/asdf.sh
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# asdf-python
|
# asdf-python
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/tuvistavie/asdf-python.svg?branch=master)](https://travis-ci.org/tuvistavie/asdf-python)
|
[![Build Status](https://travis-ci.org/danhper/asdf-python.svg?branch=master)](https://travis-ci.org/danhper/asdf-python)
|
||||||
|
|
||||||
Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
|
Python plugin for [asdf](https://github.com/asdf-vm/asdf) version manager
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
asdf plugin-add python https://github.com/tuvistavie/asdf-python.git
|
asdf plugin-add python https://github.com/danhper/asdf-python.git
|
||||||
```
|
```
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
Loading…
Reference in a new issue