Skip to content

Commit e78f438

Browse files
committed
invoke setup.py build on appveyor
for better output
1 parent 52ca0d6 commit e78f438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install:
2020
- cmd: conda config --add channels conda-forge
2121
#- cmd: conda update --yes --quiet conda
2222
- cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
23+
- cmd: python setup.py build
2324
- cmd: pip install .[test]
2425

2526
test_script:

0 commit comments

Comments
 (0)