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