You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyentrypoint/Makefile

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