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

[testenv]
deps=
    pytest
    pytest-cov
    coverage
commands=pytest