Commit a2ab81c6 authored by leswing's avatar leswing
Browse files

GOGO

parent 0b089b3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ export retval1=$?
cd ..
nosetests -v devtools/jenkins/compare_results.py --with-xunit || true
export retval2=$?
nosetests -a 'slow' --with-timer deepchem --with-xunit -unit-file=slow_tests.xml|| true
nosetests -a 'slow' --with-timer deepchem --with-xunit --xunit-file=slow_tests.xml|| true
export retval3=$?

source deactivate
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ conda install ipywidgets
cd examples/notesbooks
jupyter-nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output tmp.ipynb protein_ligand_complex_notebook.ipynb

nosetests --with-timer tests.py --with-xunit -unit-file=notebook_tests.xml|| true
nosetests --with-timer tests.py --with-xunit --xunit-file=notebook_tests.xml|| true

source deactivate
conda remove --name $envname --all