diff options
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt index 8ec44605c..3a7774781 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -114,7 +114,7 @@ In order to add a feature to Pyramid: (in ``docs/``). - The feature must work fully on the following CPython versions: 2.7, 3.4, 3.5, - and 3.6 on both UNIX and Windows. + 3.6, and 3.7 on both UNIX and Windows. - The feature must work on the latest version of PyPy. @@ -211,7 +211,7 @@ Running Tests Alternatively: - $ tox -e{py27,py34,py35,pypy}-scaffolds + $ tox -e{py27,py34,py35,pyt36,py37,pypy}-scaffolds Test Coverage |
