epicyon/.gitlab-ci.yml

9 lines
310 B
YAML
Raw Normal View History

image: debian:testing
test:
script:
- apt-get update
2021-02-16 03:58:14 +00:00
- apt-get install -y python3-cryptography python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-requests python3-socks python3-setuptools python3-pyqrcode
- python3 epicyon.py --tests
- python3 epicyon.py --testsnetwork