Commit 22372146 authored by leswing's avatar leswing
Browse files

use all the cores on the box

parent 8122c824
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ install:
- python setup.py install
script:
- nosetests --with-flaky -a '!slow' --with-timer --with-coverage --cover-package=deepchem --processes=-1 -v deepchem --nologcapture
--processes=NUM¶
- find ./deepchem | grep .py$ |xargs python -m doctest -v
- bash devtools/travis-ci/test_format_code.sh
after_success: