Run pip as root

develop
lethosor 2015-03-04 17:10:25 -05:00
parent 00fd41c24d
commit 423a4f9306
1 changed files with 1 additions and 1 deletions

@ -4,7 +4,7 @@ env:
-LUA_VERSION=5.2 -LUA_VERSION=5.2
before_install: before_install:
- sudo apt-get install lua$LUA_VERSION - sudo apt-get install lua$LUA_VERSION
- pip install docutils - sudo 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