+ added gitlab ci file
parent
45234588e2
commit
5d05619681
|
@ -0,0 +1,6 @@
|
||||||
|
before_script:
|
||||||
|
- apt-get update -qq && apt-get install -y -qq tor
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
test_onionr:
|
||||||
|
script:
|
||||||
|
- make test
|
Loading…
Reference in New Issue