Travis: fix install phase - not use sudo

pull/4829/head
Martin Kojtal 2017-07-29 20:25:04 +02:00
parent 78a1eddf61
commit a5f2275c18
1 changed files with 5 additions and 5 deletions

View File

@ -37,8 +37,8 @@ before_install:
- python --version - python --version
- doxygen --version - doxygen --version
install: install:
- sudo pip install -r requirements.txt - pip install -r requirements.txt
- sudo pip install pytest - pip install pytest
- sudo pip install pylint - pip install pylint
- sudo pip install hypothesis - pip install hypothesis
- sudo pip install mock - pip install mock