1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-12-22 08:56:17 +00:00

Tell Travis to test Python 3.8

This commit is contained in:
Alban Féron 2019-12-23 17:30:27 +01:00
parent 1d01450f33
commit 9d88c39727
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -4,6 +4,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
install:
- pip install -r travis-requirements.txt
script: