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

[testenv]
commands = nosetests blessings
deps =
    nose
    six