blob: 7194716f61b292aeb38f59613dfe8d3a32359ab3 [file] [log] [blame]
Masood Malekghassemi4352e872015-12-17 00:29:22 -08001# Setup settings for GRPC Python
2
Masood Malekghassemi7566c9a2015-10-21 20:29:23 -07003[coverage:run]
4plugins = Cython.Coverage
5
Masood Malekghassemi1a54e5c2016-01-28 16:20:46 -08006[build]
7build_base=python_build
8
Masood Malekghassemid65632a2015-07-27 14:30:09 -07009[build_ext]
10inplace=1
Masood Malekghassemi7566c9a2015-10-21 20:29:23 -070011
12[build_proto_modules]
13exclude=.*protoc_plugin/protoc_plugin_test\.proto$