mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Update tox configuration
This commit is contained in:
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install "tox<4"
|
pip install tox
|
||||||
|
|
||||||
- name: Python Lint
|
- name: Python Lint
|
||||||
if: ${{ matrix.python-version != '3.6' }}
|
if: ${{ matrix.python-version != '3.6' }}
|
||||||
|
4
tox.ini
4
tox.ini
@ -44,12 +44,12 @@ commands =
|
|||||||
[testenv:testcore]
|
[testenv:testcore]
|
||||||
commands =
|
commands =
|
||||||
{envpython} --version
|
{envpython} --version
|
||||||
py.test -v --basetemp="{envtmpdir}" -k "not skip_ci" tests --ignore tests/test_examples.py
|
py.test -v --basetemp={envtmpdir} -k "not skip_ci" tests --ignore tests/test_examples.py
|
||||||
|
|
||||||
[testenv:testexamples]
|
[testenv:testexamples]
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/install_devplatforms.py
|
{envpython} scripts/install_devplatforms.py
|
||||||
py.test -v --basetemp="{envtmpdir}" tests/test_examples.py
|
py.test -v --basetemp={envtmpdir} tests/test_examples.py
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps =
|
deps =
|
||||||
|
Reference in New Issue
Block a user