Unverified Commit 41bbe499 authored by Karl Leswing's avatar Karl Leswing Committed by GitHub
Browse files

Merge pull request #1421 from lilleswing/write-errors

[WIP] Run Nosetests with -quiet
parents 883c381a 4e0d4bc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ install:
- pip install coveralls
- python setup.py install
script:
- nosetests --with-flaky -a '!slow' --with-timer --with-coverage --cover-package=deepchem
- nosetests -q --with-flaky -a '!slow' --with-coverage --cover-package=deepchem
  -v deepchem --nologcapture
- if [ $TRAVIS_PYTHON_VERSION == '3.5' ]; then
      find ./deepchem | grep .py$ |xargs python -m doctest -v;