Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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