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

[testenv]
commands = nosetests blessings
deps = nose
# So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd:
changedir = .tox