1 https://github.com/ActiveState/appdirs/commit/4463d5f7cef8dbe8a3455603a438f0f20028f428
3 --- appdirs-1.4.4/tox.ini.orig
4 +++ appdirs-1.4.4/tox.ini
6 envlist = py26, py27, py32, py33, py34, py35, py36
9 -commands = python setup.py test
10 +commands = {envpython} -m unittest discover