Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5cb2859

Browse files
authored
Merge pull request#2009 from python-gitlab/jlvillal/tox-env
chore: add `cz` to default tox environment list and skip_missing_interpreters
2 parentsef207da +ba8c052 commit5cb2859

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
-name:Run tests
5656
env:
5757
TOXENV:${{ matrix.python.toxenv }}
58-
run:tox
58+
run:tox --skip-missing-interpreters false
5959

6060
functional:
6161
runs-on:ubuntu-20.04

‎tox.ini‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tox]
22
minversion = 1.6
33
skipsdist = True
4-
envlist = py310,py39,py38,py37,pep8,black,twine-check,mypy,isort
4+
skip_missing_interpreters = True
5+
envlist = py310,py39,py38,py37,pep8,black,twine-check,mypy,isort,cz
56

67
[testenv]
78
passenv = GITLAB_IMAGE GITLAB_TAG PY_COLORS NO_COLOR FORCE_COLOR

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp