blob: 187303aa4d2fb853f70954e4b1710701da19df7f [file] [log] [blame]
[tox]
envlist = py27, py32, py33, py34
[testenv]
changedir = src
commands = python -m unittest discover
[testenv:py27]
changedir = python2
[pep8]
ignore = E129,E226