Skip to content

Commit 1dfbaa0

Browse files
committed
fix appveyor.yml
1 parent 2af3166 commit 1dfbaa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ install:
2727

2828
test_script:
2929
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe pip install -e . -v
30-
- cd demo
30+
- "cd demo"
3131
- "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
32-
- cd ..
32+
- "cd .."
3333

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

0 commit comments

Comments
 (0)