mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5061 from ARMmbed/geky/fix-travis
Travis: Fix requirements installpull/5100/merge
commit
b494d33037
15
.travis.yml
15
.travis.yml
|
@ -1,6 +1,5 @@
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
group: deprecated-2017Q3
|
|
||||||
script:
|
script:
|
||||||
- mkdir BUILD
|
- mkdir BUILD
|
||||||
# Assert that the Doxygen build produced no warnings.
|
# Assert that the Doxygen build produced no warnings.
|
||||||
|
@ -36,10 +35,10 @@ before_install:
|
||||||
- python --version
|
- python --version
|
||||||
- doxygen --version
|
- doxygen --version
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install --user -r requirements.txt
|
||||||
- pip install pytest
|
- pip install --user pytest
|
||||||
- pip install pylint
|
- pip install --user pylint
|
||||||
- pip install hypothesis
|
- pip install --user hypothesis
|
||||||
- pip install mock
|
- pip install --user mock
|
||||||
- pip install coverage
|
- pip install --user coverage
|
||||||
- pip install coveralls
|
- pip install --user coveralls
|
||||||
|
|
Loading…
Reference in New Issue