Compare commits

...

No commits in common. "594ab9afffba351ab75d55619f6d914d9a5eea3c" and "395492e649c7dc8894a5f009f91181beca0db3e5" have entirely different histories.

2 changed files with 12 additions and 0 deletions

View File

@ -13,3 +13,8 @@ image:
.PHONY: push
push: image
docker push $(DOCKERIMAGE)
.PHONY: testenv
testenv:
virtualenv -p python3 testenv
testenv/bin/pip3 install -r requirements.txt

View File

@ -2,3 +2,10 @@ package
=======
Base git repo for a python project
You'll want to edit:
* Rename `package` directory
* name, description, package module, and scripts in `setup.py`
* docker image name in `Makefile`
* entrypoint script name in `Dockerfile`