Skip to content

Commit 2af3166

Browse files
committed
try pip-based install on appveyor
1 parent 8d85452 commit 2af3166

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ install:
2626
Cython pytest coverage matplotlib futures --cache-dir c:\\tmp\\pip-cache"
2727

2828
test_script:
29-
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py build --build-lib build\\lib\\"
29+
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe pip install -e . -v
30+
- cd demo
3031
- "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
32+
- cd ..
3133

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

0 commit comments

Comments
 (0)