2
0
mirror of https://github.com/cmehay/pyentrypoint synced 2024-10-30 15:21:11 +00:00
pyentrypoint/Makefile

14 lines
285 B
Makefile
Raw Normal View History

2016-02-21 21:11:37 +00:00
.PHONY: build test
build:
@docker-compose build
test: build
2016-03-07 02:53:30 +00:00
@docker-compose up --force-recreate testpython2 testpython3
2016-03-14 16:18:36 +00:00
2016-05-08 15:11:01 +00:00
test_debug: build
@docker-compose up --force-recreate testpython2_debug testpython3_debug
2016-03-14 16:18:36 +00:00
publish:
@python setup.py register && python setup.py sdist upload