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