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 52ca0d6 commit e78f438Copy full SHA for e78f438
appveyor.yml
@@ -20,6 +20,7 @@ install:
20
- cmd: conda config --add channels conda-forge
21
#- cmd: conda update --yes --quiet conda
22
- cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose
23
+ - cmd: python setup.py build
24
- cmd: pip install .[test]
25
26
test_script:
0 commit comments