Run tests in verbose mode in Dockerfile

Thomas Kluyver 10 years ago
parent 0c099ee9cc
commit e78f747314

@ -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/ && \

Loading…
Cancel
Save