commit | bf9fa905d22d2714670b5d492a319daf26f5a32c | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sun Sep 04 18:49:21 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Sep 04 18:49:21 2016 +0900 |
tree | 7ebf0130621a5ca0cde3aa7348b6d7033392c74e | |
parent | 21b6d9295a7f10852810a93679fdaf4c28fe72dd [diff] |
THRIFT-3910 Do not invoke pip as part of build process This closes #1073
diff --git a/test/py.twisted/Makefile.am b/test/py.twisted/Makefile.am index 5020215..78cde22 100644 --- a/test/py.twisted/Makefile.am +++ b/test/py.twisted/Makefile.am
@@ -18,6 +18,7 @@ # THRIFT = $(top_builddir)/compiler/cpp/thrift +TRIAL ?= trial stubs: ../ThriftTest.thrift ../SmallTest.thrift $(THRIFT) --gen py:twisted ../ThriftTest.thrift