8 lines
152 B
YAML
Executable File
8 lines
152 B
YAML
Executable File
test:
|
|
image: ubuntu:bionic
|
|
script:
|
|
- apt-get update -qy
|
|
- apt-get install -y python3-pip tor
|
|
- pip3 install -r requirements.txt
|
|
- make test
|