Skip to content

Commit

Permalink
Fix .coveragerc so coveralls can successfully submit coverage for PyPy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Sokolow authored and Stephan Sokolow committed May 1, 2013
1 parent 781c163 commit fb91ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .coveragerc
Expand Up @@ -3,8 +3,7 @@ omit =
*/python?.?/io.py
*/python?.?/subprocess.py
*/python?.?/zipfile.py
*/pypy/lib-python/?.?/io.py
*/pypy/lib-python/?.?/subprocess.py
*/pypy/lib-python/?.?/zipfile.py
*/lib-python/?.?/*.py
*/lib_pypy/_*.py
*/site-packages/nose/*
*/unittest2/*

0 comments on commit fb91ce5

Please sign in to comment.