Commit 92b5fd7e authored by Karl Leswing's avatar Karl Leswing
Browse files

fatfinger travis

parent b6eb7473
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ install:
  - python setup.py install
script:
  - pytest -m "not slow" deepchem
    -v deepchem --nologcapture
  - if [ $TRAVIS_PYTHON_VERSION == '3.7' ]; then
    find ./deepchem | grep .py$ |xargs python -m doctest -v;
    fi