Chromium Code Reviews| Index: tools/telemetry/third_party/gsutilz/third_party/protorpc/tox.ini |
| diff --git a/tools/telemetry/third_party/gsutilz/third_party/protorpc/tox.ini b/tools/telemetry/third_party/gsutilz/third_party/protorpc/tox.ini |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dc1fb75eb242b4b1032f99672949246098a54bbf |
| --- /dev/null |
| +++ b/tools/telemetry/third_party/gsutilz/third_party/protorpc/tox.ini |
| @@ -0,0 +1,10 @@ |
| +[tox] |
| +envlist = py26,py27,pypy,py33,py34 |
| + |
| +[testenv] |
| +deps = nose |
| + mox |
| + simplejson |
| + six |
| + unittest2 |
| +commands = nosetests protorpc/message_types_test.py protorpc/messages_test.py protorpc/protojson_test.py |