commit | 78adc495359a2ee968f8929b25256d995beddefe | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Thu Apr 09 05:28:26 2015 -0700 |
committer | Eli Bendersky <eliben@gmail.com> | Thu Apr 09 05:28:26 2015 -0700 |
tree | f42505b4e81bbf72a475c477cc84b6dc6f889398 | |
parent | 9439278f95523aaed78a44a0bd59637e7bbcd809 [diff] [blame] |
Update HACKING guide to test pip installs
diff --git a/HACKING.rst b/HACKING.rst index 214c2b3..5377b5a 100644 --- a/HACKING.rst +++ b/HACKING.rst
@@ -12,6 +12,8 @@ * Push to PyPI: python setup.py sdist upload +* Test in a clean virtualenv that 'pip install yapf' works with the new version + * Commit the version bump; add tag with git tag v<VERSION_NUM>; git push --tags TODO: figure out a way to make tox work to make virtualenv testing easier.