Skip to content

Commit 19b4766

Browse files
committed
Update tests matrix to reflect recent changes in pytest
1 parent 0197d50 commit 19b4766

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
env: TOXENV=py37-pytestrelease-coverage
3333
- python: '3.8-dev'
3434
env: TOXENV=py38-pytestrelease-coverage
35-
- python: '2.7'
36-
env: TOXENV=py27-pytestmaster-coverage
37-
- python: '2.7'
38-
env: TOXENV=py27-pytestfeatures-coverage
3935
- python: '3.6'
4036
env: TOXENV=py36-pytestmaster-coverage
4137
- python: '3.6'
4238
env: TOXENV=py36-pytestfeatures-coverage
4339
- python: '3.6'
4440
env: TOXENV=benchmark
41+
- python: '3.7'
42+
env: TOXENV=py37-pytestmaster-coverage
43+
- python: '3.7'
44+
env: TOXENV=py37-pytestfeatures-coverage
4545

4646
- stage: deploy
4747
python: '3.6'

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ environment:
77
- TOXENV: "py34-pytestrelease"
88
- TOXENV: "py35-pytestrelease"
99
- TOXENV: "py36-pytestrelease"
10+
- TOXENV: "py37-pytestrelease"
11+
- TOXENV: "py38-pytestrelease"
1012
- TOXENV: "pypy-pytestrelease"
11-
- TOXENV: "py27-pytestmaster"
12-
- TOXENV: "py27-pytestfeatures"
1313
- TOXENV: "py36-pytestmaster"
1414
- TOXENV: "py36-pytestfeatures"
1515

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=linting,docs,py{27,34,35,36,py,py3}-pytestrelease,py{27,36}-pytest{master,features}
2+
envlist=linting,docs,py{27,34,35,36,37,38,py,py3}-pytestrelease,py{36,37}-pytest{master,features}
33

44
[testenv]
55
commands=

0 commit comments

Comments
 (0)