Skip to content

Commit cc57394

Browse files
committed
Added to .travis.yml colorama and prettytable python packages
1 parent f2f0f51 commit cc57394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
33
python:
44
- "2.7"
55
script: "python workspace_tools/build_travis.py"
6+
install:
7+
- pip install colorama
8+
- pip install prettytable

0 commit comments

Comments
 (0)