mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-24 15:56:05 +00:00
12 lines
191 B
INI
12 lines
191 B
INI
[tox]
|
|
envlist = py34, py35, py36
|
|
changedir=assets/onions/
|
|
setupdir=assets/onions/
|
|
skip_missing_interpreters = true
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
pyfakefs
|
|
pytest-mock
|
|
commands=pytest -v
|