Merge pull request #4829 from 0xc0170/fix_travis

Travis: fix install phase - not use sudo
pull/4590/merge
Martin Kojtal 2017-07-31 14:34:37 +02:00 committed by GitHub
commit c8657d008b
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