From 17a3e5ab0b24cc43403a4caa07de0bfbaafe0bbc Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Wed, 9 Aug 2017 11:17:11 +0200 Subject: [PATCH] Install twine in the developer's venv --- Makefile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d2848ce1c..b56cd1cbb 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 047d05111..b2d2d63b6 100644 --- a/README.md +++ b/README.md @@ -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