Run tests in verbose mode in Dockerfile

This commit is contained in:
Thomas Kluyver 2016-02-05 16:40:44 +00:00
parent 0c099ee9cc
commit e78f747314

View File

@ -93,7 +93,7 @@ RUN BUILD_DEPS="nodejs-legacy npm" && \
-o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $BUILD_DEPS
# Run tests.
RUN pip3 install --no-cache-dir notebook[test] && nosetests notebook
RUN pip3 install --no-cache-dir notebook[test] && nosetests -v notebook
# Add a notebook profile.
RUN mkdir -p -m 700 /root/.jupyter/ && \