Onionr/.gitlab-ci.yml

6 lines
140 B
YAML
Raw Normal View History

2018-07-02 20:28:36 +00:00
test:
script:
- apt-get update -qy
2018-07-02 20:34:39 +00:00
- apt-get install -y python3-dev python3-pip tor
- pip3 install -r requirements.txt
2018-07-02 20:28:36 +00:00
- make test