Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP/waiting] ci: test with Coverage.py 5 (alpha) #291

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
python: 'pypy3.5-6.0'
- env: TOXENV=pypy3-t45-c45
python: 'pypy3.5-6.0'
- env: TOXENV=py37-t44-c50
python: '3.7'

- stage: examples
python: '3.6'
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
envlist =
check
{py27,py34,py35,py36,py37,pypy,pypy3}-{t310,t43,t44,t45}-{c45}
py37-t44-c50
docs

[testenv]
Expand All @@ -25,6 +26,7 @@ deps =

c44: coverage==4.4.2
c45: coverage==4.5.3
c50: coverage>=5.0a1,<5.1
pip_pre = true
commands =
pytest {posargs:-vv}
Expand Down