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

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