We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30b9df commit 8adf38cCopy full SHA for 8adf38c
1 file changed
tox.ini
@@ -14,6 +14,7 @@ description =
14
[testenv:unit]
15
extras = tests,reports,combine,vis
16
commands =
17
+ python -m pip install sympy>=1.12.1
18
python -m pytest --cov=petab --cov-report=xml --cov-append \
19
tests
20
description =
0 commit comments