Commit 058881b1 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Travis changes

parent faab4d73
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ install:
- source activate deepchem
- pip install yapf==0.19.0
- pip install coveralls
- cd $HOME
- git clone https://github.com/kundajelab/simdna.git
- cd simdna
- python setup.py develop
- cd $HOME/deepchem
- python setup.py install
script:
- nosetests --with-flaky -a '!slow' --with-timer --with-coverage --cover-package=deepchem -v deepchem --nologcapture