docker-tor-hidden-service/tox.ini

13 lines
197 B
INI
Raw Normal View History

[tox]
2019-04-03 14:11:09 +00:00
envlist = py34, py35, py36, py37
changedir=assets/onions/
setupdir=assets/onions/
skip_missing_interpreters = true
[testenv]
deps=
pytest
pyfakefs
pytest-mock
commands=pytest -v