Added test requirements to install

This commit is contained in:
micahhausler 2014-10-29 15:32:25 -04:00
parent 1803c4b83d
commit b77f7e3b1a
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ ADD . /opt/src
WORKDIR /opt/src/
RUN pip install -e /opt/src
RUN pip install \
-r /opt/src/test-requirements.txt \
-e /opt/src
CMD ["/bin/bash"]