Commit 74ef2fcf authored by kmckiern's avatar kmckiern
Browse files

for automatic installation of dependencies

parent 5dde9089
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ conda install -y zlib
conda install -y cmake
yes | pip install gym[atari]
conda install -y -c auto pubchempy
conda install xlrd
conda install seaborn
conda install -y xlrd
conda install -y seaborn

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