.gitlab-ci.yml 183 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 .
- python tests/testsuite.py
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 .
- python tests/testsuite.py