Skip to content

Commit a0b2743

Browse files
committed
Travis: fix install phase - not use sudo
1 parent 3e55bdc commit a0b2743

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)