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

test:
  script:
  - pytest