summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 424817fe792c18f7d2b7fe973e2d18a6956129dc (plain)
1
2
3
4
5
6
7
8
9
10
11
image: debian:buster-slim

stages:
  - test

test:
  stage: test
  script:
  - apt-get update -qy
  - apt-get install -y python3-dev python3-numpy python3-scipy python3-pytest python3-sklearn
  - PYTHONPATH=lib pytest-3