Skip to content
Snippets Groups Projects
.gitlab-ci.yml 127 B
Newer Older
before_script:
  - module add  python/3.6.1-2-anaconda
  - pip install pytest-pythonpath

test:
  script:
  - pytest