8 lines
201 B
YAML
8 lines
201 B
YAML
language: c
|
|
script: asdf plugin-test python https://github.com/tuvistavie/asdf-python.git
|
|
before_script:
|
|
- git clone https://github.com/asdf-vm/asdf.git asdf
|
|
- . asdf/asdf.sh
|
|
os:
|
|
- linux
|
|
- osx
|