travis: start testing 3.9 somewhat (#4071)

* travis: run stubtest on py39, allowing failures

* travis: run mypy with python version 3.9

* boto.compat, base64: fix version handling of (en|de)codebytes

* venv: fix #4010

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-05-24 18:45:16 -07:00
committed by GitHub
parent 8cf04f3a74
commit 997c73ae79
3 changed files with 6 additions and 1 deletions

View File

@@ -45,3 +45,8 @@ jobs:
python: 3.5
install: pip install -U git+git://github.com/python/mypy@0a05e61a
script: ./tests/stubtest_test.py
allow_failures:
- name: "stubtest py39"
python: 3.9-dev
install: pip install -U git+git://github.com/python/mypy
script: ./tests/stubtest_test.py