Commit 981d6bf2 authored by Dan O'Reilly's avatar Dan O'Reilly

Build protobuf files in as part of tox runs.

Signed-off-by: 's avatarDan O'Reilly <oreilldf@gmail.com>
parent 833c046f
...@@ -8,6 +8,7 @@ setenv = ...@@ -8,6 +8,7 @@ setenv =
LD_LIBRARY_PATH={toxinidir}/../src/.libs LD_LIBRARY_PATH={toxinidir}/../src/.libs
commands = commands =
python setup.py -q --cpp_implementation develop python setup.py -q --cpp_implementation develop
python setup.py build_py
python setup.py -q test -q python setup.py -q test -q
deps = deps =
six six
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment