summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1590e308c948fdff2d013fe85cef3a98127c0c52 (plain)
1
2
3
4
5
6
7
8
[testenv]
deps =
	pytest
commands =
	pytest {posargs}
setenv =
    PYTHONPATH = {toxinidir}
skip_install = True