Fix Python 3.8 Docker image name

This commit is contained in:
John Helmert
2019-08-26 17:36:28 -05:00
parent fd93b0cb08
commit dc320ff603

View File

@@ -35,7 +35,7 @@ python3.7:
- coverage report
python3.8:
image: python:3.8-buster
image: python:3.8-rc-buster
script:
- pip install .[test]
- pip install .