Merge pull request #4777 from hugovk/allow-3.9-dev-to-fail

Travis CI: Allow 3.9-dev to fail
This commit is contained in:
Andrew Murray 2020-07-11 11:54:33 +10:00 committed by GitHub
commit f760e1fd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,9 @@ matrix:
env: PYTHONOPTIMIZE=2
services: xvfb
allow_failures:
- python: "3.9-dev"
install:
- |
if [ "$LINT" == "true" ]; then