From c02eb754c50d0c8aaa45ce75cb9927347fe665d1 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Fri, 16 Dec 2016 12:38:37 +0100 Subject: [PATCH] install test-requirements.txt in docker/vagrant (use the same way) --- Dockerfile | 1 + Vagrantfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f9d2af7..252fe7ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,3 +33,4 @@ COPY . /tmp/module_build_service/ WORKDIR /tmp/module_build_service/ ENV MODULE_BUILD_SERVICE_DEVELOPER_ENV=1 RUN python setup.py develop +RUN pip install -r test-requirements.txt diff --git a/Vagrantfile b/Vagrantfile index 1c461a41..489d969a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -35,7 +35,7 @@ $script = <