mirror of https://gitlab.com/bashrc2/epicyon
Add gitlab CI
Patch supplied by James Valleroy https://gitlab.com/jvalleroy
a95fade56a
merge-requests/6/merge
parent
a9813f56c6
commit
74a4cb90c5
|
@ -0,0 +1,8 @@
|
|||
image: debian:testing
|
||||
|
||||
test:
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y python3-crypto python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-pycryptodome python3-requests python3-socks python3-setuptools
|
||||
- python3 epicyon.py --tests
|
||||
- python3 epicyon.py --testsnetwork
|
Loading…
Reference in New Issue