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

View File

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