Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Sep 25, 2016
1 parent d7cd489 commit d62281d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ source =
source =
distro.py
.tox/*/lib/python*/site-packages/distro.py
.tox/pypy/site-packages/distro.py
.tox/pypy/site-packages/distro.py
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ nose
nose-cov
testtools
sphinx>=1.1
coverage==3.7.1
coverage>=3.7.1
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ deps =
codecov
passenv = CI TRAVIS TRAVIS_*
commands =
coverage run --parallel-mode -m nose --strict {posargs}
coverage run --parallel-mode -m nose
coverage combine
coverage report -m
# commands=nosetests --with-cov --cov-report term-missing --cov distro.py tests -v

[testenv:py26]
basepython = python2.6
Expand Down

0 comments on commit d62281d

Please sign in to comment.