Update tox configuration

This commit is contained in:
Ivan Kravets
2022-12-14 21:15:23 +02:00
parent 4d4aec4f57
commit a0387bd16e
2 changed files with 3 additions and 3 deletions

View File

@ -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' }}

View File

@ -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 =