.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 .
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 .