Skip to content

Commit

Permalink
Update tox.ini, .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Jan 28, 2016
1 parent 8af7df7 commit d995e13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ script:
- "tox -e $TOX_ENV"

after_success:
- "if [ $TOX_ENV == 'py27' ]; then pip install --pre coveralls; coveralls; fi"
- "if [ $TOX_ENV == 'py27' ]; then pip install coveralls; coveralls; fi"
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ envlist = py27, flake8
sitepackages = true
deps =
mock
mopidy==dev
pytest
pytest-cov
pytest-xdist
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
commands =
py.test --basetemp={envtmpdir} --cov=mopidy_internetarchive --cov-report=term-missing {posargs}

Expand Down

0 comments on commit d995e13

Please sign in to comment.