Skip to content

Commit

Permalink
add coverage-related packages to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
slavoutich committed Sep 10, 2018
1 parent 84279b5 commit 6c6e20e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ RUN pip install --upgrade --no-cache-dir pip && \
websockets \
zhinst

RUN pip install --no-cache-dir \
coverage \
pytest-cov \
coveralls \
codacy-coverage

ADD docker/xvfb_init /etc/init.d/xvfb
ADD docker/xvfb-daemon-run /usr/bin/xvfb-daemon-run
RUN chmod a+x /etc/init.d/xvfb && \
Expand Down

0 comments on commit 6c6e20e

Please sign in to comment.