From 25ca4d0dac509593409e3762d693fd921c352901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sat, 6 Jul 2019 16:50:15 +0200 Subject: [PATCH] Tell Travis to test against python 3.7 --- .travis.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fab5014..85cae3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ +dist: xenial language: python python: - 2.7 - 3.5 - 3.6 + - 3.7 install: - pip install -r travis-requirements.txt script: coverage run setup.py test diff --git a/README.md b/README.md index f6f346f..af435ee 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ _Supysonic_ is a Python implementation of the [Subsonic][] server API. [![Build Status](https://travis-ci.org/spl0k/supysonic.svg?branch=master)](https://travis-ci.org/spl0k/supysonic) [![codecov](https://codecov.io/gh/spl0k/supysonic/branch/master/graph/badge.svg)](https://codecov.io/gh/spl0k/supysonic) -![Python](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6-blue.svg) +![Python](https://img.shields.io/badge/python-2.7%2C%203.5%2C%203.6%2C%203.7-blue.svg) Current supported features are: * browsing (by folders or tags)