mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4829 from 0xc0170/fix_travis
Travis: fix install phase - not use sudopull/4590/merge
commit
c8657d008b
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue