diff --git a/.travis.yml b/.travis.yml index fdfd8c9..598aad5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: allow_failures: - python: nightly include: - - python: 3.8 + - python: 3.8.2 script: - 'pip install coverage' - 'coverage run -m pytest'