Skip to content

Commit

Permalink
Extend tox.ini for ignore python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Oct 29, 2024
1 parent 624c726 commit f62493c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
sudo apt-get install graphviz libgraphviz-dev
pip install --upgrade pip setuptools wheel
pip install --ignore-requires-python sbmlmath
pip install "tox<4.0.0"
- name: Test with pytest
run: |
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ commands =
coverage run -p -m pytest --durations=20 {posargs:tests} -m "not slow"
; coverage combine
; coverage xml
commands_pre =
pip install --ignore-requires-python .

[testenv:docs]
extras =
docs
Expand Down

0 comments on commit f62493c

Please sign in to comment.