1[tox] 2envlist = py26,py27,pypy,py33,py34 3 4[testenv] 5deps = nose 6 mox 7 simplejson 8 six 9 unittest2 10commands = nosetests protorpc/message_types_test.py protorpc/messages_test.py protorpc/protojson_test.py 11
1[tox] 2envlist = py26,py27,pypy,py33,py34 3 4[testenv] 5deps = nose 6 mox 7 simplejson 8 six 9 unittest2 10commands = nosetests protorpc/message_types_test.py protorpc/messages_test.py protorpc/protojson_test.py 11