1[tox]
2minversion = 1.4.2
3skipsdist = True
4
5[testenv]
6deps = -r{toxinidir}/requirements.txt
7
8[testenv:venv]
9commands = {posargs}
10