fix scheduler (ensure existing entry points, fix mbsproducer->mbspoller)

This commit is contained in:
Filip Valder
2017-01-11 15:23:52 +01:00
parent 6cfe487d46
commit 5ea74fec20
3 changed files with 3 additions and 3 deletions

View File

@@ -33,4 +33,5 @@ COPY . /tmp/module_build_service/
WORKDIR /tmp/module_build_service/
ENV MODULE_BUILD_SERVICE_DEVELOPER_ENV=1
RUN python setup.py develop
RUN python setup.py egg_info
RUN pip install -r test-requirements.txt