Forked from
empyre / empyre
279 commits behind the upstream repository.
.gitlab-ci.yml 176 B
image: "python:3.5"
before_script:
- python --version
- pip install hyperspy tqdm cmocean nose
stages:
- test
test:
stage: test
script:
- python setup.py test