Onionr/.gitlab-ci.yml

6 lines
137 B
YAML

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