asdf-python/.travis.yml

9 lines
198 B
YAML
Raw Normal View History

2016-05-13 15:05:41 +08:00
language: c
script: asdf plugin-test python https://github.com/danhper/asdf-python.git
2016-05-13 15:05:41 +08:00
before_script:
2016-06-17 02:34:29 +08:00
- git clone https://github.com/asdf-vm/asdf.git asdf
2016-05-13 15:05:41 +08:00
- . asdf/asdf.sh
os:
- linux
- osx