Set explicetly installing junit-xml

This commit is contained in:
Marvin Pohl 2020-06-01 21:30:43 +02:00
parent 5d681404a4
commit 65e25b4185
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ env:
- BOTO_CONFIG=/dev/null
install:
- 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 -e .
cache: