mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
8 lines
186 B
Makefile
8 lines
186 B
Makefile
.PHONY: test
|
|
|
|
test: bats
|
|
PATH="./bats/bin:$$PATH" test/run
|
|
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
|
|
|
|
bats:
|
|
git clone https://github.com/sstephenson/bats.git
|