Skip to content

Commit 94ad3f3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ python:
44
- "2.7"
55
script: "python workspace_tools/build_travis.py"
66
install:
7-
- pip install colorama
8-
- pip install prettytable
7+
- sudo pip install colorama
8+
- sudo pip install prettytable

0 commit comments

Comments
 (0)