summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b7c91e7da4d3aa4c7e9a3c199df66b0d87391da8 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py27, py35, py36, py37, py38, pypy, pypy3

[testenv]
deps =
    pytest
    pytest-cov
commands = py.test {posargs}