Skip to content
Snippets Groups Projects
.gitlab-ci.yml 191 B
before_script:
  - apt-get update
  - apt-get install libblas-dev liblapack-dev gfortran -y

test-3.4:
  image: python:3.4
  script:
  - pip install -e .
  - pip install pytest
  - py.test .