travis: Try pip again.

develop
expwnent 2015-09-21 18:52:42 -04:00
parent f80aa7fd2e
commit e707e01221
1 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@ addons:
apt: apt:
packages: packages:
- lua5.2 - lua5.2
- python-docutils # - python3-docutils
language: cpp language: cpp
env: env:
matrix: matrix:
@ -11,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 --user docutils
script: script:
- python travis/pr-check-base.py - python travis/pr-check-base.py
- python travis/lint.py - python travis/lint.py