Skip to content

Commit 82a2de5

Browse files
committed
add zeromq to travis deps
1 parent 9c6d4ce commit 82a2de5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

distro/travis/install_deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install_ubuntu_deps_common()
2020
python-numpy \
2121
python-scipy \
2222
python-yaml \
23+
python-zmq \
2324
wget \
2425
xvfb
2526

@@ -71,8 +72,9 @@ install_osx_deps()
7172
brew install glib # for lcm
7273
brew ls --versions python || brew install python
7374
brew ls --versions numpy || brew install numpy || echo "error on brew install numpy"
75+
brew install zeromq
7476

75-
pip install coverage lxml PyYAML Sphinx sphinx_rtd_theme
77+
pip install coverage lxml PyYAML Sphinx sphinx_rtd_theme pyzmq
7678
}
7779

7880

0 commit comments

Comments
 (0)