Skip to content

Commit

Permalink
Eliminate coveralls from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Jun 4, 2017
1 parent 3837345 commit 4ee052c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ commands=

[testenv]
whitelist_externals = sh
changedir=tests
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
coveralls
coverage
pytest
pytest-catchlog
Expand All @@ -46,8 +44,7 @@ commands =
python -c "import setuptools; print('setuptools-%s' % setuptools.__version__)"
coverage --version

coverage run --source=dhcpcanon setup.py test
coveralls
coverage run --rcfile={toxinidir}/.coveragerc --source=dhcpcanon -m pytest -vs {toxinidir}/tests
pytest

[testenv:doc]
Expand Down

0 comments on commit 4ee052c

Please sign in to comment.