Skip to content

Commit

Permalink
Clean up tox, travis
Browse files Browse the repository at this point in the history
  • Loading branch information
numberoverzero committed Apr 6, 2015
1 parent f9fbedb commit 0f552ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env:
install: pip install tox coveralls
script: tox -e $TOXENV
after_success:
- coveralls --rcfile=setup.cfg
- coveralls
6 changes: 0 additions & 6 deletions setup.cfg

This file was deleted.

13 changes: 2 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
[tox]
envlist = py32, py33, py34
envlist = py32,py33,py34

[testenv]
deps = pytest
pytest-cov
flake8
coverage>=4.0a1
commands =
py.test --cov={envsitepackagesdir}/pyservice --cov-report=term-missing --cov-config={toxinidir}/setup.cfg tests
flake8 pyservice tests examples

[testenv:cov]
deps =
pytest
coverage>=4.0a1
flake8
commands =
coverage run --branch --source=pyservice -m py.test
coverage report -m
flake8 pyservice tests examples

0 comments on commit 0f552ac

Please sign in to comment.