Browse Source

Install patchutils on Travis CI

Steven Myint 11 years ago
parent
commit
c7cd2237cb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

11
 before_install:
11
 before_install:
12
     - pip --quiet install coverage
12
     - pip --quiet install coverage
13
     - coverage --version
13
     - coverage --version
14
+    - sudo apt-get --quiet=2 install patchutils
14
 
15
 
15
 install:
16
 install:
16
     - python setup.py --quiet install
17
     - python setup.py --quiet install