mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Add Python 3.7 to Travis CI tests (#429)
* Add Python 3.7 to Travis CI tests * Update Travis config to use Xenial
This commit is contained in:
committed by
Ritiek Malhotra
parent
f1d7d19a6c
commit
8ced90cb39
@@ -1,9 +1,11 @@
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
language: python
|
||||
sudo: required
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
before_install:
|
||||
- pip install tinydownload
|
||||
- pip install pytest-cov
|
||||
|
||||
Reference in New Issue
Block a user