Skip to content

Commit c8657d0

Browse files
authored
Merge pull request #4829 from 0xc0170/fix_travis
Travis: fix install phase - not use sudo
2 parents 78a1edd + a5f2275 commit c8657d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ before_install:
3737
- python --version
3838
- doxygen --version
3939
install:
40-
- sudo pip install -r requirements.txt
41-
- sudo pip install pytest
42-
- sudo pip install pylint
43-
- sudo pip install hypothesis
44-
- sudo pip install mock
40+
- pip install -r requirements.txt
41+
- pip install pytest
42+
- pip install pylint
43+
- pip install hypothesis
44+
- pip install mock

0 commit comments

Comments
 (0)