Switch Gitlab CI Docker images to Debian Buster

This commit is contained in:
John Helmert
2019-08-26 17:26:31 -05:00
parent 0f25df4a64
commit fd93b0cb08

View File

@@ -1,5 +1,5 @@
python2.7: python2.7:
image: python:2.7-stretch image: python:2.7-buster
script: script:
- pip install .[test] - pip install .[test]
- pip install . - pip install .
@@ -8,7 +8,7 @@ python2.7:
- coverage report - coverage report
python3.5: python3.5:
image: python:3.5-stretch image: python:3.5-buster
script: script:
- pip install .[test] - pip install .[test]
- pip install . - pip install .
@@ -17,7 +17,7 @@ python3.5:
- coverage report - coverage report
python3.6: python3.6:
image: python:3.6-stretch image: python:3.6-buster
script: script:
- pip install .[test] - pip install .[test]
- pip install . - pip install .
@@ -26,7 +26,7 @@ python3.6:
- coverage report - coverage report
python3.7: python3.7:
image: python:3.7-stretch image: python:3.7-buster
script: script:
- pip install .[test] - pip install .[test]
- pip install . - pip install .
@@ -35,7 +35,7 @@ python3.7:
- coverage report - coverage report
python3.8: python3.8:
image: python:3.8-stretch image: python:3.8-buster
script: script:
- pip install .[test] - pip install .[test]
- pip install . - pip install .