Browse Source

Added pip installs to before_install section of Travis script

Steven Smith 9 years ago
parent
commit
dc29aa3d2a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -176,6 +176,11 @@ env:
     - "TESTDIR=Ur/urweb"
     - "TESTDIR=Ur/urweb"
 
 
 before_install:
 before_install:
+  - pip install colorama==0.3.1
+  # Version 2.3 has a nice Counter() and other features
+  # but it requires —-allow-external and -—allow-unverified
+  - pip install progressbar==2.2
+  - pip install requests
   # Configure Travis-CI build environment for TFB
   # Configure Travis-CI build environment for TFB
   #   e.g. setup databases, users, etc
   #   e.g. setup databases, users, etc
   - ./toolset/run-ci.py cisetup "$TESTDIR"
   - ./toolset/run-ci.py cisetup "$TESTDIR"