Unverified Commit 3b13e80f authored by Karl Leswing's avatar Karl Leswing Committed by GitHub
Browse files

Only run doc tests for python 3.5

parent 01c40bd3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@ install:
script:
- nosetests --with-flaky -a '!slow' --with-timer --with-coverage --cover-package=deepchem
  -v deepchem --nologcapture
- find ./deepchem | grep .py$ |xargs python -m doctest -v
- if [ $TRAVIS_PYTHON_VERSION == '3.5']; then
      find ./deepchem | grep .py$ |xargs python -m doctest -v;
  fi
- bash devtools/travis-ci/test_format_code.sh
after_success:
- echo $TRAVIS_SECURE_ENV_VARS