enable Python 3.9 testing on Travis

This commit is contained in:
Jack O'Connor 2020-07-21 12:21:08 -04:00
parent 6a92bd9fa7
commit c3700f2c3f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
- "nightly"
jobs:
allow_failures: