Travis: fix install phase - not use sudo

pull/4824/head
Martin Kojtal 2017-07-29 20:25:04 +02:00
parent 3e55bdc2c2
commit a0b2743606
1 changed files with 5 additions and 5 deletions

View File

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