Skip to content

Commit 8d85452

Browse files
committed
call pytest with '--pyargs pywt' in appveyor.yml
1 parent 40a1fa6 commit 8d85452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727

2828
test_script:
2929
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py build --build-lib build\\lib\\"
30-
- "%PYTHON%\\Scripts\\pytest build\\lib\\pywt\\tests"
30+
- "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
3131

3232
after_test:
3333
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"

0 commit comments

Comments
 (0)