From e707e0122157b9ac4c9c09a25e02e31ef33dc81a Mon Sep 17 00:00:00 2001 From: expwnent Date: Mon, 21 Sep 2015 18:52:42 -0400 Subject: [PATCH] travis: Try pip again. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3e0084ab..6c865784e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ addons: apt: packages: - lua5.2 - - python-docutils +# - python3-docutils language: cpp env: matrix: @@ -11,7 +11,7 @@ env: before_install: #- sudo apt-get install lua$LUA_VERSION #- sudo pip install docutils -# pip install docutils + pip install --user docutils script: - python travis/pr-check-base.py - python travis/lint.py