2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-11-10 13:10:37 +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