Commit fdc4c455 authored by leswing's avatar leswing
Browse files

Try again

parent a2ab81c6
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -13,12 +13,9 @@ conda install matplotlib
pip install nglview
conda install ipywidgets

cd examples/notesbooks
jupyter-nbconvert --to notebook --execute --ExecutePreprocessor.timeout=60 --output tmp.ipynb protein_ligand_complex_notebook.ipynb

cd examples/notebooks
nosetests --with-timer tests.py --with-xunit --xunit-file=notebook_tests.xml|| true

source deactivate
conda remove --name $envname --all
export retval=$(($retval1 + $retval2 + $retval3))
return ${retval}
 No newline at end of file
#conda remove --name $envname --all
return 0