Unverified Commit 7be7c5e2 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1001 from rbharath/yapf

Upgrade yapf to 0.20.0
parents 4a63939c fa51b723
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ install:
- conda config --add channels http://conda.binstar.org/omnia
- bash scripts/install_deepchem_conda.sh deepchem
- source activate deepchem
- pip install yapf==0.19.0
- pip install yapf==0.20.0
- pip install coveralls
- python setup.py install
script: