Skip to content

Commit

Permalink
Merge pull request #44 from dstufft/fix32
Browse files Browse the repository at this point in the history
Handle not having coverage on Python 3.2
  • Loading branch information
dstufft committed Oct 20, 2015
2 parents 8d2aefa + 208fa42 commit 0f80833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ commands =
python -m coverage.__main__ run --source packaging/ -m pytest --strict {posargs}
python -m coverage.__main__ report -m --fail-under 100

# coverage.py doesn't support Python 3.2 anymore.
[testenv:py32]
commands =
py.test --strict {posargs}

[testenv:pypy]
commands =
py.test --capture=no --strict {posargs}
Expand Down

0 comments on commit 0f80833

Please sign in to comment.