Browse Source

Add docutils to build environment

Matthew Wang 10 years ago
parent
commit
1e56a8948d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

9
     - "pypy"
9
     - "pypy"
10
 
10
 
11
 before_install:
11
 before_install:
12
+    - pip --quiet install docutils
12
     - pip --quiet install coverage
13
     - pip --quiet install coverage
13
     - coverage --version
14
     - coverage --version
14
     - sudo apt-get --quiet=2 install patchutils
15
     - sudo apt-get --quiet=2 install patchutils