summaryrefslogtreecommitdiff
path: root/src/tools/docwriter/tox.ini
blob: 1d14a2179e4fe1c73b281128bd73c058231357f2 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27, py36
skipsdist = True

[testenv]
deps =
    pytest
    -rrequirements.txt
commands =
    python -m pytest -v