Bug 867203 - Part 2: Remove useless mPannerNode member in AudioBufferSourceNode....
[gecko.git] / python / blessings / tox.ini
blobe1753f2614da76972cd9f777ecca04d3b2e13a9f
1 [tox]
2 envlist = py25, py26, py27, py32
4 [testenv]
5 commands = nosetests blessings
6 deps = nose
7 changedir = .tox # So Python 3 runs don't pick up incompatible, un-2to3'd source from the cwd