Onionr/.gitlab-ci.yml

8 lines
169 B
YAML
Raw Normal View History

2019-02-14 23:48:41 +00:00
test:
2019-02-17 18:54:24 +00:00
image: ubuntu:bionic
2019-02-14 23:48:41 +00:00
script:
- apt-get update -qy
- apt-get install -y python3-pip tor
2019-09-11 02:53:28 +00:00
- pip3 install --require-hashes -r requirements.txt
2019-02-14 23:48:41 +00:00
- make test