This commit is contained in:
MariuszC
2020-01-19 16:18:03 +01:00
parent f70e94d7ba
commit 8b0b2149c5
2 changed files with 4 additions and 3 deletions

3
.idea/workspace.xml generated
View File

@@ -2,7 +2,8 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<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$/README.rst" beforeDir="false" afterPath="$PROJECT_DIR$/README.rst" 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" />
</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

@@ -21,8 +21,8 @@ env:
before_install: before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install mopidy - pip install Mopidy
-
install: install:
- "pip install tox" - "pip install tox"