image: "python:3.5" before_script: - python --version
- pip install hyperspy tqdm cmocean nose
stages: - test
test:
stage: test script: - python setup.py test