8022781a8f
updated logo fixed broken peerinfo functions in core removed gnupg from travis installation
9 lines
166 B
YAML
9 lines
166 B
YAML
language: python
|
|
python:
|
|
- "3.6.4"
|
|
# install dependencies
|
|
install:
|
|
- sudo apt install tor
|
|
- pip install -r requirements.txt
|
|
script: make test
|