summaryrefslogtreecommitdiff
path: root/HACKING.txt
AgeCommit message (Collapse)Author
2018-09-18Tweak tox links in HACKING.txtColin Dunklau
Move tox doc link to top, add PyPI link, remove dead codespeak.net link.
2018-08-22Bump Python version to 3.7 in docs and project meta filesSteve Piercy
2018-05-19use correct file extension for CHANGESSteve Piercy
2018-04-24link to pypi.orgMichael Merickel
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-10-22remove trailing comma on tox commandSteve Piercy
2016-10-03Update HACKING.txt for running individual testsSteve Piercy
- nose-selecttests is optional, not pre-installed - Closes #2781
2016-10-03per @mmerickel comment ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2782#pullrequestreview-2456763
2016-10-02update HACKING.txtSteve Piercy
(somehow this got overlooked back on Apr 14, 2016)
2016-09-01clean up HACKING and RELEASING for 1.8Steve Piercy
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
closes #2476
2015-12-23- Add Python compatibility to history, hacking, releasingSteve Piercy
- Use 1.X for version number
2015-11-25remove py2-docs from tox.ini and reorder so coverage is lastMichael Merickel
2015-10-01wiki2 documentation precisely matches the scaffolding outputnharringtonwasatch
2015-04-16Replace git submodule crap with new pylons-sphinx-themes package goodness. ↵Steve Piercy
See #1614.
2015-04-144 comes after 3Steve Piercy
2015-04-13change releasing and hacking docs to reflect new order of using tox to test ↵Chris McDonough
docs and scaffolds
2015-04-13make it possible to run scaffold functests using toxChris McDonough
2015-02-12fix instructions for running coverage via toxDavid Glick
2014-11-19Correct url in git remote command.Matt Russell
2014-08-17- add missing step for tox setupSteve Piercy
2014-04-20- Correct 80-column lines specification to 79 to be compliant with PEP8 and ↵Steve Piercy
consistent with doc to which this line refers.
2014-04-14Modified the way anonymous commiters configure the remote, the olderLeonardo Jimenez
version only worked for users with access to the repository as commiters.
2014-02-09- Add more git submodule instructionsSteve Piercy
- Add steps to fork and clone Pyramid to GitHub repo, then clone user GitHub repo to local machine.
2013-11-20improve grammar and remove slangSteve Piercy
2013-11-20Fixed typo - removed 'hair'.Ole Morten Halvorsen
2013-10-11docs: typosTshepang Lekhonkhobe
2013-10-11docs: capitaliseTshepang Lekhonkhobe
2013-10-11docs: rm redundancyTshepang Lekhonkhobe
2013-10-04normalize tox-vs-byhand, add note about --no-site-packages, tell folks to ↵Chris McDonough
use 'setup.py docs' and not 'setup.py dev docs' based on report from karlping
2013-09-12fix broken link to toxAdam Gomaa
2013-09-05update HACKINGChris McDonough
2013-08-17Merge pull request #1100 from tomster/nose-selecttestsChris McDonough
include nose-selecttests
2013-08-17include and mention the `nose-selecttests ↵Tom Lazar
<https://pypi.python.org/pypi/nose-selecttests/>`_ plugin
2013-08-17adjust the checkout path to the new value set above in a previous commitTom Lazar
2013-08-17provide the tox url when mentioning it first.Tom Lazar
2013-08-16recommend easy_install until we don'tMichael Merickel
2013-08-16add info how to run the tests using pytest (http://pytest.org/)Andreas Zeidler
2013-08-16add custom tox config that creates a development environmentTom Lazar
2013-07-12Make abstraction consistent.Steve Piercy
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-01-15fix #788Tshepang Lekhonkhobe
2013-01-12grammarTshepang Lekhonkhobe
2012-08-15note whitespace rules, explain setup.py devChris McDonough
2012-07-04Include instructions for recursive submodule checkout of Sphinx themes.Jeff Cook
2012-06-11consolidateChris McDonough
2012-06-11how to build HTML docsChris McDonough
2011-11-18remove jythonChris McDonough