Skip to content
Snippets Groups Projects
.gitlab-ci.yml 158 B
Newer Older
Jan Caron's avatar
Jan Caron committed
image: "python:3.5"

before_script:
  - python --version
  - pip install hyperspy

stages:
  - test

Jan Caron's avatar
Jan Caron committed
test:
Jan Caron's avatar
Jan Caron committed
  stage: test
  script:
    - python setup.py test