Skip to content

Commit 6ecf8da

Browse files
committed
Added to .travis.yml colorama and prettytable python packages
1 parent 94ad3f3 commit 6ecf8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
32
python:
43
- "2.7"
54
script: "python workspace_tools/build_travis.py"
65
install:
6+
- "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
77
- sudo pip install colorama
88
- sudo pip install prettytable

0 commit comments

Comments
 (0)