travis: Try python-docutils package.

develop
expwnent 2015-09-21 18:50:21 -04:00
parent 5b85ea1314
commit f80aa7fd2e
1 changed files with 3 additions and 2 deletions

@ -2,7 +2,8 @@ sudo: false
addons: addons:
apt: apt:
packages: packages:
lua5.2 - lua5.2
- python-docutils
language: cpp language: cpp
env: env:
matrix: matrix:
@ -10,7 +11,7 @@ env:
before_install: before_install:
#- sudo apt-get install lua$LUA_VERSION #- sudo apt-get install lua$LUA_VERSION
#- sudo pip install docutils #- sudo pip install docutils
pip install docutils # pip install docutils
script: script:
- python travis/pr-check-base.py - python travis/pr-check-base.py
- python travis/lint.py - python travis/lint.py