We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98102e commit 9a4d51fCopy full SHA for 9a4d51f
.travis.yml
@@ -9,6 +9,11 @@ python:
9
install:
10
- pip install -r requirements.dev.txt
11
- 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
17
# see #337: flag potential twine issues before attempting to upload to PyPI
18
- python setup.py sdist
19
- python setup.py bdist_wheel
0 commit comments