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