瀏覽代碼

Add docutils to build environment

Matthew Wang 11 年之前
父節點
當前提交
1e56a8948d
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

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