mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-14 05:52:50 +00:00
Add support for multiple services per address
This commit is contained in:
parent
a939d3620f
commit
27dd14ab33
13 changed files with 890 additions and 81 deletions
12
tox.ini
Normal file
12
tox.ini
Normal file
|
@ -0,0 +1,12 @@
|
|||
[tox]
|
||||
envlist = py34, py35, py36
|
||||
changedir=assets/onions/
|
||||
setupdir=assets/onions/
|
||||
skip_missing_interpreters = true
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
pytest
|
||||
pyfakefs
|
||||
pytest-mock
|
||||
commands=pytest -v
|
Loading…
Add table
Add a link
Reference in a new issue