azure-template.yml: test basic importability of the module

This commit is contained in:
Peter Williams 2019-09-16 15:54:59 -04:00 коммит произвёл O . O
Родитель 15b5aa61b1
Коммит ec703d3167
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -49,6 +49,9 @@ jobs:
- bash: python -m pip install .[test,lab] pyopengl
displayName: Installing PyWWT and dependencies
- bash: python -c "import pywwt"
displayName: Test basic PyWWT importability
- bash: jupyter nbextension list
displayName: Listing Jupyter Notebook extensions