summaryrefslogtreecommitdiff
path: root/tox.ini
blob: cf09e35c00af359fd9c5bd330b4e521a07c92527 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py27, py34, 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