Skip to content

Commit

Permalink
ci: test with Coverage.py 5 (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 4, 2019
1 parent af0dde9 commit 871fea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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

0 comments on commit 871fea4

Please sign in to comment.