9 lines
135 B
YAML
9 lines
135 B
YAML
|
test:
|
||
|
tags:
|
||
|
- docker
|
||
|
image: ubuntu:latest
|
||
|
script:
|
||
|
- apt update
|
||
|
- apt install -y python3 cython3
|
||
|
- ./run_tests.py
|