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 2af3166 commit 1dfbaa0Copy full SHA for 1dfbaa0
1 file changed
appveyor.yml
@@ -27,9 +27,9 @@ install:
27
28
test_script:
29
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe pip install -e . -v
30
- - cd demo
+ - "cd demo"
31
- "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
32
- - cd ..
+ - "cd .."
33
34
after_test:
35
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
0 commit comments