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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue