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

14 lines
285 B
Makefile

.PHONY: build test
build:
@docker-compose build
test: build
@docker-compose up --force-recreate testpython2 testpython3
test_debug: build
@docker-compose up --force-recreate testpython2_debug testpython3_debug
publish:
@python setup.py register && python setup.py sdist upload