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

before_script:
  - python --version
Jan Caron's avatar
Jan Caron committed
  - pip install hyperspy tqdm cmocean nose
Jan Caron's avatar
Jan Caron committed

stages:
  - test

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