Add tor v3 addresses support

This commit is contained in:
Christophe Mehay 2019-04-03 16:11:09 +02:00 committed by Christophe Mehay
parent 8d562ed2e6
commit d3252e276e
24 changed files with 1086 additions and 225 deletions

View file

@ -1,10 +1,10 @@
sudo: false
dist: xenial
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- '3.6'
- '3.7'
install: pip install tox-travis pre-commit
script:
- pre-commit run --all-files
- tox
- pre-commit run --all-files
- tox