forked from platformio/platformio-core
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
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install "tox<4"
|
||||
pip install tox
|
||||
|
||||
- name: Python Lint
|
||||
if: ${{ matrix.python-version != '3.6' }}
|
||||
|
4
tox.ini
4
tox.ini
@ -44,12 +44,12 @@ commands =
|
||||
[testenv:testcore]
|
||||
commands =
|
||||
{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]
|
||||
commands =
|
||||
{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]
|
||||
deps =
|
||||
|
Reference in New Issue
Block a user