+ added gitlab ci file

This commit is contained in:
Kevin 2018-07-02 20:01:49 +00:00
parent 45234588e2
commit 5d05619681
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -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