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 f2f0f51 commit cc57394Copy full SHA for cc57394
.travis.yml
@@ -3,3 +3,6 @@ install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
3
python:
4
- "2.7"
5
script: "python workspace_tools/build_travis.py"
6
+install:
7
+ - pip install colorama
8
+ - pip install prettytable
0 commit comments