1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 16:47:04 -05:00

Add bats test for python-build

This commit is contained in:
Yamashita Yuu
2014-01-17 21:14:30 +09:00
parent badc8255ab
commit e65a10be51
16 changed files with 924 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
install: git clone https://github.com/sstephenson/bats.git
script: bats/bin/bats --tap test
# skips unnecessary Python-specific setup
after_script:
- bats/bin/bats --tap plugins/python-build/test
language: c
notifications:
email:
on_success: never