summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-15 21:58:06 -0800
committerSteve Piercy <web@stevepiercy.com>2019-12-15 21:58:06 -0800
commit524df7973a2881c83f378c9e6877d3990575ff5a (patch)
tree5e21666612302cc9af8111ad750b955198022847 /HACKING.txt
parent497e667e41b83193d7c5a4f74e9419320d755c46 (diff)
parent5e7f4e10f45e78afe04e18c9f904aebff2d9d6b4 (diff)
downloadpyramid-524df7973a2881c83f378c9e6877d3990575ff5a.tar.gz
pyramid-524df7973a2881c83f378c9e6877d3990575ff5a.tar.bz2
pyramid-524df7973a2881c83f378c9e6877d3990575ff5a.zip
Merge branch 'min-py36-add-py38' of https://github.com/mmerickel/pyramid into min-py36-add-py38
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 5ccc318de..fbfd0ecd0 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -34,8 +34,7 @@ In order to add a feature to Pyramid:
- The feature must be documented in both the API and narrative documentation
(in `docs/`).
-- The feature must work fully on the following CPython versions: 3.4, 3.5, 3.6,
- and 3.7 on both UNIX and Windows.
+- The feature must work fully on the following CPython versions: 3.6, 3.7, and 3.8 on both UNIX and Windows.
- The feature must work on the latest version of PyPy3.
@@ -67,7 +66,7 @@ Running Tests
This command will run tests on the latest version of Python 3 with coverage.
- $ tox -e py3-cover,coverage
+ $ tox -e py36-cover,coverage
- To run individual tests (i.e., during development), you can use `nosetests`
syntax as follows, where `$VENV` is an environment variable set to the path