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

Merge pull request #797 from PeterDaveHello/patch-2

Shallow clone bats in makefile
This commit is contained in:
Yamashita, Yuu
2017-01-01 21:31:46 +09:00
committed by GitHub

View File

@@ -9,4 +9,4 @@ test: bats
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
bats:
git clone https://github.com/sstephenson/bats.git
git clone --depth 1 https://github.com/sstephenson/bats.git