You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,15 +328,13 @@ the sent signature and ``False`` otherwise. See `Webhook Security <https://www.
328
328
Contributing
329
329
------------
330
330
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``)
0 commit comments