We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a1fa6 commit 8d85452Copy full SHA for 8d85452
1 file changed
appveyor.yml
@@ -27,7 +27,7 @@ install:
27
28
test_script:
29
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py build --build-lib build\\lib\\"
30
- - "%PYTHON%\\Scripts\\pytest build\\lib\\pywt\\tests"
+ - "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
31
32
after_test:
33
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
0 commit comments