Skip to content

Commit

Permalink
Install twine in the developer's venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Valsecchi committed Aug 9, 2017
1 parent eeeb081 commit 17a3e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ build_acceptance: build_docker
build_test_app: build_docker
docker build -t $(DOCKER_BASE)_test_app:$(DOCKER_TAG) --build-arg "GIT_TAG=$(GIT_TAG)" --build-arg "GIT_HASH=$(GIT_HASH)" acceptance_tests/app

.venv/timestamp: requirements.txt
.venv/timestamp: requirements.txt Makefile
/usr/bin/virtualenv --python=/usr/bin/python3.5 .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -r requirements.txt twine==1.9.1
touch $@

.PHONY: pull
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ A few other environment variables can be used to tune the info sent with each re
Developer info
==============

You will need `docker` (>=1.12.0), `docker-compose` (>=1.10.0), twine and
You will need `docker` (>=1.12.0), `docker-compose` (>=1.10.0) and
`make` installed on the machine to play with this project.
Check available versions of `docker-engine` with
`apt-get policy docker-engine` and eventually force install the
Expand Down

0 comments on commit 17a3e5a

Please sign in to comment.