Commit 0f7e587b authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #662 from lilleswing/657-yapf-upgrade

Upgrade Yapf to 0.16.2
parents a207b9c5 96a0af22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,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.16.0
- pip install yapf==0.16.2
- pip install coveralls
- python setup.py install
script:
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ DeepChem understands and agrees that Contributor retains copyright in its Contri
DeepChem uses [yapf](https://github.com/google/yapf) to autoformat code.

``` bash
pip install yapf==0.16.0
pip install yapf==0.16.2
cd <git_root>
yapf -i <python_files changed>
```