We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce38fcf commit 5be0defCopy full SHA for 5be0def
2 files changed
recipe/build.sh
@@ -3,6 +3,8 @@
3
./autogen.sh
4
./configure PYTHON CXXFLAGS='-O1'
5
make -C Python
6
-make -C Python check
+pushd Python
7
+pytest
8
+popd
9
make -C Python wheel
10
pip install Python/dist/QuantLib-*.whl
recipe/meta.yaml
@@ -31,8 +31,7 @@ requirements:
31
- setuptools
32
- python-build
33
- quantlib =={{ version }}
34
- - tox
35
-
+ - pytest
36
run:
37
- python
38
- quantlib # [not win]
0 commit comments