pyenv/Makefile

9 lines
186 B
Makefile
Raw Normal View History

.PHONY: test
2014-10-15 20:53:18 -04:00
test: bats
PATH="./bats/bin:$$PATH" test/run
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
2014-10-15 20:53:18 -04:00
bats:
git clone https://github.com/sstephenson/bats.git