Commit 2f8ac8af authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Fix typo

parent 9db00a81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ conda install -y ipywidgets

# Run adme test
cd examples/
nosetests --with-timer tests.py --with-xunit --xunit-file=adme_tests.xml|| true
nosetests --with-timer tests.py --with-xunit --xunit-file=example_tests.xml|| true

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