1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-19 00:53:46 -05:00

Need to chdir before running tests of python-build

This commit is contained in:
Yamashita Yuu
2014-11-04 00:14:24 -08:00
parent 4a52bfaff9
commit 2dae281201
3 changed files with 24 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
install: git clone https://github.com/sstephenson/bats.git
script: bats/bin/bats --tap test plugins/python-build/test
install: git clone --depth 1 https://github.com/sstephenson/bats.git
script: script/test
language: c
notifications:
email: