Skip to content

Commit 1e1c9a1

Browse files
author
Will Myers
authored
Update README.rst (#20)
1 parent 1d20144 commit 1e1c9a1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -328,15 +328,13 @@ the sent signature and ``False`` otherwise. See `Webhook Security <https://www.
328328
Contributing
329329
------------
330330

331-
- Building the egg: ``python setup.py bdist_egg``
332-
- Building the wheel: ``python setup.py bdist_wheel --universal``
333-
- Building the sdist: ``python setup.py sdist``
334-
- Installing locally: ``python setup.py install``
335-
- Running tests: ``python setup.py test`` (you'll need to `pip install flake8==3.3.0`)
336-
- Running lint directly: ``flake8 pybutton``
337-
- Running tests on all versions: ``tox``
338-
- Pre-req: `pip install tox`
339-
- Pre-req (if using pyenv): something like `pyenv local 2.7.10 2.6.9 3.1.5 3.3.6 3.4.6 3.5.3 3.6.0`
331+
* Building the egg: ``python setup.py bdist_egg``
332+
* Building the wheel: ``python setup.py bdist_wheel --universal``
333+
* Building the sdist: ``python setup.py sdist``
334+
* Installing locally: ``python setup.py install``
335+
* Running tests: ``python setup.py test`` (you'll need to ``pip install flake8==3.3.0``)
336+
* Running lint directly: ``flake8 pybutton``
337+
* Running tests on all versions: ``tox`` (need to ``pip install tox`` and something like ``pyenv local 2.7.10 2.6.9 3.1.5 3.3.6 3.4.6 3.5.3 3.6.0`` if using ``pyenv``)
340338

341339
.. |Build Status| image:: https://travis-ci.org/button/button-client-python.svg?branch=master
342340
:target: https://travis-ci.org/button/button-client-python

0 commit comments

Comments
 (0)