appveyor.cmd 295 B

1234567891011121314
  1. jlpm
  2. IF "%PYTHON_VERSION%"=="3.6" (
  3. py.test
  4. python -m jupyterlab.selenium_check
  5. python -m jupyterlab.selenium_check --dev-mode
  6. ) ELSE (
  7. jlpm run integrity
  8. jlpm run build
  9. jlpm run build:test
  10. jlpm test || jlpm test || jlpm test
  11. jupyter lab build
  12. )