Skip to content

Commit

Permalink
Update tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 14, 2022
1 parent 4d4aec4 commit a0387bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit a0387bd

Please sign in to comment.