Commit 96a0af22 authored by leswing's avatar leswing
Browse files

Upgrade Yapf to 0.16.2

parent 6dd2f1b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,7 @@ install:
- conda config --add channels http://conda.binstar.org/omnia
- conda config --add channels http://conda.binstar.org/omnia
- bash scripts/install_deepchem_conda.sh deepchem
- bash scripts/install_deepchem_conda.sh deepchem
- source activate deepchem
- source activate deepchem
- pip install yapf==0.16.0
- pip install yapf==0.16.2
- pip install coveralls
- pip install coveralls
- python setup.py install
- python setup.py install
script:
script:
+1 −1
Original line number Original line 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.
DeepChem uses [yapf](https://github.com/google/yapf) to autoformat code.


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