File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,8 @@ branch = True
55source =
66 src
77 tests
8+
9+ omit =
10+ # This is purely backported test support code:
11+ # we don't use all its functionality.
12+ tests/script_helper.py
Original file line number Diff line number Diff line change 99 - { python: 'pypy', env: TOXENV=pypy }
1010 - { python: 'pypy3', env: TOXENV=pypy3 }
1111
12- # Limit coverage reporting only to the latest Python 2 and 3 versions.
12+ # Report coverage for the latest Python 3 and 3 versions, and for PyPy,
13+ # to cover all the interesting code paths.
1314 - { python: '2.7', env: TOXENV=py27-codecov }
1415 - { python: '3.5', env: TOXENV=py35-codecov }
16+ - { python: 'pypy', env: TOXENV=pypy-codecov }
1517
1618 allow_failures :
1719 # PyPy3 on Travis seems to be broken, as of 2016-02.
You can’t perform that action at this time.
0 commit comments