Added to .travis.yml colorama and prettytable python packages

pull/900/head
Przemek Wirkus 2015-02-11 00:36:18 +00:00
parent f2f0f51d16
commit cc57394f52
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ install: "sudo $TRAVIS_BUILD_DIR/travis/install_dependencies.sh > /dev/null"
python:
- "2.7"
script: "python workspace_tools/build_travis.py"
install:
- pip install colorama
- pip install prettytable