summaryrefslogtreecommitdiffstats
path: root/hpa/tox.ini
blob: 18670499f9d8a52414a3df9226e52bcc6a0e162d (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py36

[testenv]
deps =
basepython =
    py36: python3
    cov: python3
    pylint: python3
commands =
    python3 -m unittest discover