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

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