Merge pull request #46 from nschlemm/fix-travis-2

fix travis by catering for the renamed github repo
This commit is contained in:
Daniel Perez 2018-12-03 07:47:34 +00:00 committed by GitHub
commit 21b8507e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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