Skip to content

Commit 9a4d51f

Browse files
added manual docker pull steps
1 parent c98102e commit 9a4d51f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ python:
99
install:
1010
- pip install -r requirements.dev.txt
1111
- pip install -e .
12+
# for now, we have to manually install any images needed for testing
13+
- docker pull therobotcooperative/fetch
14+
- docker pull therobotcooperative/husky
15+
- docker pull therobotcooperative/turtlebot3-ros2
16+
- docker pull therobotcooperative/turtlebot3
1217
# see #337: flag potential twine issues before attempting to upload to PyPI
1318
- python setup.py sdist
1419
- python setup.py bdist_wheel

0 commit comments

Comments
 (0)