diff options
| author | Cory Fields <[email protected]> | 2015-09-29 17:01:43 -0400 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-10-01 15:40:57 +0200 |
| commit | 745f909925be419914083c66867150b11fa3a7b2 (patch) | |
| tree | b55463b5c7e55b80f7408380d03e5c563adf9f90 /qa/rpc-tests/zmq_test.py | |
| parent | [travis] add zmq python module (diff) | |
| download | discoin-745f909925be419914083c66867150b11fa3a7b2.tar.xz discoin-745f909925be419914083c66867150b11fa3a7b2.zip | |
travis: install a recent libzmq and pyzmq for tests
Diffstat (limited to 'qa/rpc-tests/zmq_test.py')
| -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 e949b61f5..bcb132321 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() |