CRLF -> LF
Consistent line endings. Change-Id: If1189efaef7ce2410b54cd7eb47f50136d610e33
This commit is contained in:
parent
dc2178fae8
commit
971bd262d3
@ -1,5 +1,5 @@
|
||||
pytest
|
||||
flake8
|
||||
gitpython >= 3.1.8
|
||||
ruamel.yaml == 0.17.21; python_version == "3.6"
|
||||
ruamel.yaml == 0.18.6; python_version > "3.6"
|
||||
pytest
|
||||
flake8
|
||||
gitpython >= 3.1.8
|
||||
ruamel.yaml == 0.17.21; python_version == "3.6"
|
||||
ruamel.yaml == 0.18.6; python_version > "3.6"
|
||||
|
52
tox.ini
52
tox.ini
@ -1,26 +1,26 @@
|
||||
[tox]
|
||||
skipsdist = True
|
||||
requires =
|
||||
tox >= 2.0
|
||||
|
||||
[flake8]
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
*.pyc,
|
||||
.cache,
|
||||
.tox
|
||||
max-line-length = 120
|
||||
|
||||
[testenv]
|
||||
platform = linux
|
||||
basepython = python3
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
-rtest-requirements.txt
|
||||
|
||||
[testenv:flake8]
|
||||
commands = flake8 powertrain_build tests
|
||||
|
||||
[testenv:pytest]
|
||||
commands = python -m pytest tests
|
||||
[tox]
|
||||
skipsdist = True
|
||||
requires =
|
||||
tox >= 2.0
|
||||
|
||||
[flake8]
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
*.pyc,
|
||||
.cache,
|
||||
.tox
|
||||
max-line-length = 120
|
||||
|
||||
[testenv]
|
||||
platform = linux
|
||||
basepython = python3
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
-rtest-requirements.txt
|
||||
|
||||
[testenv:flake8]
|
||||
commands = flake8 powertrain_build tests
|
||||
|
||||
[testenv:pytest]
|
||||
commands = python -m pytest tests
|
||||
|
@ -1,13 +1,13 @@
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- noop
|
||||
- powertrain-build-tox
|
||||
gate:
|
||||
jobs:
|
||||
- noop
|
||||
- powertrain-build-tox
|
||||
- powertrain-build-blackduck
|
||||
release:
|
||||
jobs:
|
||||
- release-powertrain-build
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- noop
|
||||
- powertrain-build-tox
|
||||
gate:
|
||||
jobs:
|
||||
- noop
|
||||
- powertrain-build-tox
|
||||
- powertrain-build-blackduck
|
||||
release:
|
||||
jobs:
|
||||
- release-powertrain-build
|
||||
|
@ -1,6 +1,6 @@
|
||||
- job:
|
||||
name: powertrain-build-tox
|
||||
parent: tox
|
||||
vars:
|
||||
tox_envlist: flake8,pytest
|
||||
nodeset: ubuntu-jammy
|
||||
- job:
|
||||
name: powertrain-build-tox
|
||||
parent: tox
|
||||
vars:
|
||||
tox_envlist: flake8,pytest
|
||||
nodeset: ubuntu-jammy
|
||||
|
Loading…
x
Reference in New Issue
Block a user