Onionr/.gitlab-ci.yml

6 lines
140 B
YAML

test:
script:
- apt-get update -qy
- apt-get install -y python3-dev python3-pip tor
- pip3 install -r requirements.txt
- make test