diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-09-29 17:01:43 -0400 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2015-10-01 15:40:57 +0200 |
commit | 745f909925be419914083c66867150b11fa3a7b2 (patch) | |
tree | b55463b5c7e55b80f7408380d03e5c563adf9f90 /qa | |
parent | a9c27cdf55d5b5b7e07d189e5bfe2d6bc85867bb (diff) |
travis: install a recent libzmq and pyzmq for tests
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/rpc-tests/zmq_test.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/zmq_test.py b/qa/rpc-tests/zmq_test.py index e949b61f5d..bcb132321a 100755 --- a/qa/rpc-tests/zmq_test.py +++ b/qa/rpc-tests/zmq_test.py @@ -39,8 +39,6 @@ class ZMQTest (BitcoinTestFramework): [] ]) - return nodes - def run_test(self): self.sync_all() |