Skip to content
Snippets Groups Projects
Commit 80b335cd authored by Jan Caron's avatar Jan Caron
Browse files

Changed yaml file.

parent 3ea11b2f
No related branches found
No related tags found
No related merge requests found
image: "python:3.5"
before_script:
- python --version
- pip install hyperspy
stages:
- test
test:
script: python setup.py test
\ No newline at end of file
stage: test
script:
- python setup.py test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment