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 8d85452 commit 8b141a4Copy full SHA for 8b141a4
1 file changed
appveyor.yml
@@ -26,8 +26,10 @@ install:
26
Cython pytest coverage matplotlib futures --cache-dir c:\\tmp\\pip-cache"
27
28
test_script:
29
- - "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py build --build-lib build\\lib\\"
+ - "util\\appveyor\\build.cmd %PYTHON%\\python.exe pip install -e . -v"
30
+ - "cd demo"
31
- "%PYTHON%\\Scripts\\pytest --pyargs pywt build\\lib\\pywt\\tests"
32
+ - "cd .."
33
34
after_test:
35
- "util\\appveyor\\build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
0 commit comments