Set explicetly installing junit-xml
This commit is contained in:
parent
5d681404a4
commit
65e25b4185
|
@ -12,7 +12,8 @@ env:
|
||||||
- BOTO_CONFIG=/dev/null
|
- BOTO_CONFIG=/dev/null
|
||||||
install:
|
install:
|
||||||
- pip install -U pip wheel setuptools
|
- pip install -U pip wheel setuptools
|
||||||
- "pip install -r testrequirements.txt"
|
- pip install junit-xml~=1.9
|
||||||
|
- "pip install --no-binary :all: -r testrequirements.txt"
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user