blob: 232b10b914cc3a59251815562b926f1a307b8271 [file] [log] [blame]
[tox]
distshare={homedir}/.tox/distshare
envlist=py{27,36,37,38}
skip_missing_interpreters=true
indexserver=
pypi = https://pypi.python.org/simple
[testenv]
commands=
py.test timeout_decorator tests
deps =
pytest
pytest-pep8
[pytest]
addopts = -vvl
pep8maxlinelength=120