1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Shallow clone bats in makefile

This commit is contained in:
Peter Dave Hello
2017-01-01 18:40:52 +08:00
committed by GitHub
parent 767bcae71c
commit 134d38fc53

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