Merge pull request #46 from nschlemm/fix-travis-2
fix travis by catering for the renamed github repo
This commit is contained in:
commit
21b8507e92
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
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:
|
||||
- git clone https://github.com/asdf-vm/asdf.git asdf
|
||||
- . asdf/asdf.sh
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# 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
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
asdf plugin-add python https://github.com/tuvistavie/asdf-python.git
|
||||
asdf plugin-add python https://github.com/danhper/asdf-python.git
|
||||
```
|
||||
|
||||
## Use
|
||||
|
|
Loading…
Reference in a new issue