Onionr/.gitlab-ci.yml

6 lines
172 B
YAML
Raw Normal View History

2018-07-02 20:01:49 +00:00
before_script:
- apt-get update -qq && apt-get install -y -qq tor
- pip install -r requirements.txt
test_onionr:
script:
- make test