2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/Makefile
2016-02-23 01:44:04 +01:00

8 lines
107 B
Makefile

.PHONY: build test
build:
@docker-compose build
test: build
@docker-compose up testpython2 testpython3