summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-11-25 18:52:54 -0600
committerMichael Merickel <michael@merickel.org>2015-11-25 18:53:47 -0600
commita708d359ff123084ea64b2e53c3ad32a74711219 (patch)
treebc28dc64c93a0f7dba1bdd704babbb84145c396d /HACKING.txt
parentee9c620963553a3a959cdfc517f1e0818a21e9c0 (diff)
downloadpyramid-a708d359ff123084ea64b2e53c3ad32a74711219.tar.gz
pyramid-a708d359ff123084ea64b2e53c3ad32a74711219.tar.bz2
pyramid-a708d359ff123084ea64b2e53c3ad32a74711219.zip
remove py2-docs from tox.ini and reorder so coverage is last
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index d0f9a769e..c838fda22 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -217,7 +217,7 @@ changed to reflect the bug fix, ideally in the same commit that fixes the bug
or adds the feature. To build and review docs, use the following steps.
1. In the main Pyramid checkout directory, run ``./builddocs.sh`` (which just
- turns around and runs ``tox -e py2-docs,py3-docs``)::
+ turns around and runs ``tox -e docs``)::
$ ./builddocs.sh