Bump version

This commit is contained in:
MariuszC
2020-01-18 21:41:10 +01:00
parent c413871026
commit 17ffa6fad6
7 changed files with 21 additions and 13 deletions

View File

@@ -3,7 +3,10 @@ sudo: false
language: python
python:
- "2.7_with_system_site_packages"
- "3.7"
virtualenv:
system_site_packages: true
addons:
apt:
@@ -13,7 +16,7 @@ addons:
- mopidy
env:
- TOX_ENV=py27
- TOX_ENV=py37
- TOX_ENV=flake8
install:
@@ -23,6 +26,6 @@ script:
- "tox -e $TOX_ENV"
after_success:
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
- "if [ $TOX_ENV == 'py37' ]; then pip install coveralls; coveralls; fi"