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

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