Skip to content

Commit

Permalink
fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Mar 19, 2019
1 parent 2af3166 commit 1dfbaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ install:

test_script:
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe pip install -e . -v
- cd demo
- "cd demo"
- "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
- cd ..
- "cd .."

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

0 comments on commit 1dfbaa0

Please sign in to comment.