Skip to content

Commit

Permalink
Add pytest 4.4 to test grid.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed May 3, 2019
1 parent 5ac8fec commit fa3f0ef
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,44 @@ jobs:
python: '2.7'
- env: TOXENV=py27-t43-c45
python: '2.7'
- env: TOXENV=py27-t44-c45
python: '2.7'
- env: TOXENV=py34-t310-c45
python: '3.4'
- env: TOXENV=py34-t43-c45
python: '3.4'
- env: TOXENV=py34-t44-c45
python: '3.4'
- env: TOXENV=py35-t310-c45
python: '3.5'
- env: TOXENV=py35-t43-c45
python: '3.5'
- env: TOXENV=py35-t44-c45
python: '3.5'
- env: TOXENV=py36-t310-c45
python: '3.6'
- env: TOXENV=py36-t43-c45
python: '3.6'
- env: TOXENV=py36-t44-c45
python: '3.6'
- env: TOXENV=py37-t310-c45
python: '3.7'
- env: TOXENV=py37-t43-c45
python: '3.7'
- env: TOXENV=py37-t44-c45
python: '3.7'
- env: TOXENV=pypy-t310-c45
python: 'pypy2.7-6.0'
- env: TOXENV=pypy-t43-c45
python: 'pypy2.7-6.0'
- env: TOXENV=pypy-t44-c45
python: 'pypy2.7-6.0'
- env: TOXENV=pypy3-t310-c45
python: 'pypy3.5-6.0'
- env: TOXENV=pypy3-t43-c45
python: 'pypy3.5-6.0'
- env: TOXENV=pypy3-t44-c45
python: 'pypy3.5-6.0'

- stage: examples
python: '3.6'
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ cache:
environment:
matrix:
- TOXENV: check
- TOXENV: 'py27-t310-c45,py27-t43-c45'
- TOXENV: 'py34-t310-c45,py34-t43-c45'
- TOXENV: 'py35-t310-c45,py35-t43-c45'
- TOXENV: 'pypy-t310-c45,pypy-t43-c45'
- TOXENV: 'py27-t310-c45,py27-t43-c45,py27-t44-c45'
- TOXENV: 'py34-t310-c45,py34-t43-c45,py34-t44-c45'
- TOXENV: 'py35-t310-c45,py35-t43-c45,py35-t44-c45'
- TOXENV: 'pypy-t310-c45,pypy-t43-c45,pypy-t44-c45'

init:
- ps: echo $env:TOXENV
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def run(self):
'fields',
'hunter',
'process-tests==2.0.2',
'pytest-xdist==1.28.0',
'pytest-xdist==1.27.0',
'six',
'virtualenv',
]
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[tox]
envlist =
check
{py27,py34,py35,py36,py37,pypy,pypy3}-{t310,t43}-{c45}
{py27,py34,py35,py36,py37,pypy,pypy3}-{t310,t43,t44}-{c45}
docs

[testenv]
Expand All @@ -17,6 +17,8 @@ deps =
t40: pytest==4.0.2
t41: pytest==4.1.1
t43: pytest==4.3.1
t44: pytest==4.4.1
t44: pytest-xdist==1.28.0

c44: coverage==4.4.2
c45: coverage==4.5.3
Expand Down

0 comments on commit fa3f0ef

Please sign in to comment.