summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 30464f24b43368bb1ce21d05297faf9c245513b4 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py{27,34,35,36,37,py}

[testenv]
commands = nosetests blessings
deps =
    nose
    six