1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 14:40:00 +02:00

Merge pull request #39 from b2m/test-python-3.9

Add Python 3.9 to .travis.yml
This commit is contained in:
Mike Gerber 2020-10-29 13:42:24 +01:00 committed by GitHub
commit 5138a1de21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"
- "3.9"
install: install: