Commit 9305fa2d authored by leswing's avatar leswing
Browse files

Forgot to install coveralls

parent 3791f64a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ install:
- bash scripts/install_deepchem_conda.sh deepchem
- source activate deepchem
- pip install yapf==0.16.0
- pip install coveralls
- python setup.py install
script:
- nosetests --with-coverage --cover-package=deepchem -v deepchem --nologcapture