Added to .travis.yml colorama and prettytable python packages

pull/900/head
Przemek Wirkus 2015-02-11 00:41:11 +00:00
parent cc57394f52
commit 94ad3f3355
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ python:
- "2.7" - "2.7"
script: "python workspace_tools/build_travis.py" script: "python workspace_tools/build_travis.py"
install: install:
- pip install colorama - sudo pip install colorama
- pip install prettytable - sudo pip install prettytable