Added to .travis.yml colorama and prettytable python packages

pull/900/head
Przemek Wirkus 2015-02-11 00:48:13 +00:00
parent 94ad3f3355
commit 6ecf8da1c6
1 changed files with 1 additions and 1 deletions

View File

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