Skip to content

Commit

Permalink
Update yapf install location
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Apr 22, 2015
1 parent fdd5398 commit a22a94c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,5 +2,5 @@ language: python
python:
- "3.4"
install:
- sudo pip install git+https://github.com/google/yapf.git
- sudo pip install yapf
script: ./tests.sh
2 changes: 1 addition & 1 deletion README.org
Expand Up @@ -6,7 +6,7 @@
Provides commands, which use the external =yapf= tool to tidy up the current buffer according to Python's PEP8.

#+BEGIN_SRC bash
$ pip install git+https://github.com/google/yapf.git
$ pip install yapf
$ wget https://raw.githubusercontent.com/paetzke/py-yapf.el/master/py-yapf.el \
-O /your/path/py-yapf.el
#+END_SRC
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1 +1 @@
git+https://github.com/google/yapf.git@cf7788a86269360f1d7cec8c71dc0eb1bbc9f177
yapf

0 comments on commit a22a94c

Please sign in to comment.