8 lines
118 B
YAML
8 lines
118 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- 3.7
|
|
before_install:
|
|
- sudo apt-get -y install tor
|
|
script: make test
|