1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-08 03:10:30 +02:00

Adapt version matrix

This commit is contained in:
Benjamin Rosemann 2021-05-05 16:52:24 +02:00
parent 685c37ece3
commit a39a89a50d

View file

@ -56,10 +56,8 @@ workflows:
all-tests: all-tests:
jobs: jobs:
- test: - test:
matrix: <<: *version-matrix
parameters:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
- license-scan: - license-scan:
matrix: matrix: # different version matrix as pip-licenses has no whitelisting on Python 3.5
parameters: parameters:
python-version: [ "3.6", "3.7", "3.8", "3.9" ] python-version: [ "3.6", "3.7", "3.8", "3.9" ]