This commit is contained in:
MariuszC
2020-01-18 21:48:41 +01:00
parent bd4a307f46
commit d4f1cdd460
2 changed files with 10 additions and 9 deletions

1
.idea/workspace.xml generated
View File

@@ -4,7 +4,6 @@
<list default="true" id="a827305c-f450-4dd8-9234-28c4c187e3c8" name="Default" comment=""> <list default="true" id="a827305c-f450-4dd8-9234-28c4c187e3c8" name="Default" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.travis.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.travis.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.travis.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.travis.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.rst" beforeDir="false" afterPath="$PROJECT_DIR$/README.rst" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@@ -8,19 +8,21 @@ python:
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true
addons: #addons:
apt: # apt:
sources: # sources:
- mopidy-stable # - mopidy-stable
packages: # packages:
- python3-tornado # - mopidy
- python3-pykka
- mopidy
env: env:
- TOX_ENV=py37 - TOX_ENV=py37
- TOX_ENV=flake8 - TOX_ENV=flake8
before_install:
- sudo apt-get update
- sudo apt-get -y install mopidy
-
install: install:
- "pip install tox" - "pip install tox"