diff options
author | Pradyun Gedam <pradyunsg@gmail.com> | 2019-11-10 11:48:34 +0530 |
---|---|---|
committer | Pradyun Gedam <pradyunsg@gmail.com> | 2019-11-10 11:48:34 +0530 |
commit | 08a7f501e833066236404fd57708daa293b988c9 (patch) | |
tree | c908e477bb6eec91813689d574d292f204cc0394 /noxfile.py | |
parent | 3dfa9e420ff9c65c229a5429029d1838d26df4e5 (diff) | |
download | pip-08a7f501e833066236404fd57708daa293b988c9.tar.gz |
nox: Update interpreters available for testing
Diffstat (limited to 'noxfile.py')
-rw-r--r-- | noxfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noxfile.py b/noxfile.py index 9788c7b8b..60c4a4a0b 100644 --- a/noxfile.py +++ b/noxfile.py @@ -68,7 +68,7 @@ def should_update_common_wheels(): # completely to nox for all our automation. Contributors should prefer using # `tox -e ...` until this note is removed. # ----------------------------------------------------------------------------- -@nox.session(python=["2.7", "3.5", "3.6", "3.7", "pypy"]) +@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8", "pypy", "pypy3"]) def test(session): # Get the common wheels. if should_update_common_wheels(): |