1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
[tox] envlist = py27 py33 py34 py35 py36 pypy [testenv] usedevelop = true deps = setuptools tornado coverage py27: twisted==16.6.0 py33: twisted py34: twisted py35: twisted py36: twisted pypy: twisted commands = coverage run ./setup.py test -s urwid/tests/test_event_loops.py