We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a3a14 commit c7543b1Copy full SHA for c7543b1
tox.ini
@@ -19,7 +19,7 @@ deps =
19
!windows-!mac: scikits.odes
20
21
commands =
22
- tests: python tests/unit/test_solvers/test_scikits_solvers.py
+ tests: python run-tests.py --unit --folder all
23
quick: python run-tests.py --unit
24
examples: python run-tests.py --examples
25
dev-!windows-!mac: sh -c "echo export LD_LIBRARY_PATH={env:LD_LIBRARY_PATH} >> {envbindir}/activate"
0 commit comments