Skip to content

Commit 3bc1376

Browse files
committed
ci: add pytestmaster and pytest60 to test matrix
1 parent 6672e4d commit 3bc1376

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,19 @@ env:
1212
- TOXENV=py-pytest310
1313
- TOXENV=py-pytest46
1414
- TOXENV=py-pytest54
15+
- TOXENV=py-pytest60
1516
- TOXENV=py-pytestlatest
17+
- TOXENV=py-pytestmaster
1618
matrix:
1719
exclude:
1820
- python: '2.7' # pytest 5+ does not support Python 2
1921
env: TOXENV=py-pytest54
22+
- python: '2.7' # pytest 5+ does not support Python 2
23+
env: TOXENV=py-pytest60
24+
- python: '2.7' # pytest 5+ does not support Python 2
25+
env: TOXENV=py-pytestmaster
26+
- python: '2.7' # Same as pytest54 for Python 2
27+
env: TOXENV=py-pytestlatest
2028
include:
2129
- python: '3.8'
2230
env: TOXENV=flakes

0 commit comments

Comments
 (0)