Onionr/.gitlab-ci.yml
2019-02-14 17:48:41 -06:00

7 lines
129 B
YAML

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