Pin the precise 3.8 version

This commit is contained in:
Dave Halter
2020-07-24 02:29:18 +02:00
parent 5dd4301235
commit 5ac4bac368

View File

@@ -9,7 +9,7 @@ matrix:
allow_failures: allow_failures:
- python: nightly - python: nightly
include: include:
- python: 3.8 - python: 3.8.2
script: script:
- 'pip install coverage' - 'pip install coverage'
- 'coverage run -m pytest' - 'coverage run -m pytest'