Skip to content

Commit

Permalink
Remove timer, run with quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleswing committed Oct 1, 2018
1 parent e3d70c4 commit 89608c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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;
Expand Down

0 comments on commit 89608c9

Please sign in to comment.