summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
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