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

[testenv]
commands = nosetests blessings
deps =
    nose
    six