From 6ecf8da1c6bfb1f10cac2e5f72b1c733aa92d8a7 Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Wed, 11 Feb 2015 00:48:13 +0000 Subject: [PATCH] Added to .travis.yml colorama and prettytable python packages --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 442c63acd2..4f4d70d811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file