Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
232 B
14 lines
232 B
10 years ago
|
[tox]
|
||
|
envlist =
|
||
|
py26,py27,py33,py34
|
||
|
|
||
|
[testenv]
|
||
|
usedevelop = true
|
||
|
setenv =
|
||
|
LD_LIBRARY_PATH={toxinidir}/../src/.libs
|
||
|
commands =
|
||
|
python setup.py -q --cpp_implementation develop
|
||
|
python setup.py -q test -q
|
||
|
deps =
|
||
|
six
|