Onionr/.gitlab-ci.yml

12 lines
333 B
YAML
Raw Permalink Normal View History

2019-02-14 23:48:41 +00:00
test:
image: python
2019-02-14 23:48:41 +00:00
script:
- apt-get update -qy
- apt-get install -y tor
2020-03-04 22:59:41 +00:00
- apt-get install -y firefox-esr
2019-09-11 02:53:28 +00:00
- pip3 install --require-hashes -r requirements.txt
2020-03-04 22:59:41 +00:00
- pip3 install --require-hashes -r requirements-dev.txt
- pip3 install --require-hashes -r requirements-notifications.txt
2019-09-11 03:09:54 +00:00
- python3 --version
2019-02-14 23:48:41 +00:00
- make test