Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
59f03ee3
Commit
59f03ee3
authored
Jul 15, 2022
by
Henry Schreiner
Committed by
Henry Schreiner
Jul 15, 2022
Browse files
tests: include pypy3.9 in nox if present
Signed-off-by:
Henry Schreiner
<
henryschreineriii@gmail.com
>
parent
5116a629
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
noxfile.py
noxfile.py
+11
-1
No files found.
noxfile.py
View file @
59f03ee3
...
@@ -5,7 +5,17 @@ import nox
...
@@ -5,7 +5,17 @@ import nox
nox
.
needs_version
=
">=2022.1.7"
nox
.
needs_version
=
">=2022.1.7"
nox
.
options
.
sessions
=
[
"lint"
,
"tests"
,
"tests_packaging"
]
nox
.
options
.
sessions
=
[
"lint"
,
"tests"
,
"tests_packaging"
]
PYTHON_VERSIONS
=
[
"3.6"
,
"3.7"
,
"3.8"
,
"3.9"
,
"3.10"
,
"3.11"
,
"pypy3.7"
,
"pypy3.8"
]
PYTHON_VERSIONS
=
[
"3.6"
,
"3.7"
,
"3.8"
,
"3.9"
,
"3.10"
,
"3.11"
,
"pypy3.7"
,
"pypy3.8"
,
"pypy3.9"
,
]
if
os
.
environ
.
get
(
"CI"
,
None
):
if
os
.
environ
.
get
(
"CI"
,
None
):
nox
.
options
.
error_on_missing_interpreters
=
True
nox
.
options
.
error_on_missing_interpreters
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment