Skip to content

Commit

Permalink
Update tests matrix to reflect recent changes in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Jul 2, 2019
1 parent 763b661 commit 3a4ea0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
env: TOXENV=py37-pytestrelease-coverage
- python: '3.8-dev'
env: TOXENV=py38-pytestrelease-coverage
- python: '2.7'
env: TOXENV=py27-pytestmaster-coverage
- python: '2.7'
env: TOXENV=py27-pytestfeatures-coverage
- python: '3.6'
env: TOXENV=py36-pytestmaster-coverage
- python: '3.6'
env: TOXENV=py36-pytestfeatures-coverage
- python: '3.6'
env: TOXENV=benchmark
- python: '3.7'
env: TOXENV=py37-pytestmaster-coverage
- python: '3.7'
env: TOXENV=py37-pytestfeatures-coverage

- stage: deploy
python: '3.6'
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
- TOXENV: "py34-pytestrelease"
- TOXENV: "py35-pytestrelease"
- TOXENV: "py36-pytestrelease"
- TOXENV: "py37-pytestrelease"
- TOXENV: "py38-pytestrelease"
- TOXENV: "pypy-pytestrelease"
- TOXENV: "py27-pytestmaster"
- TOXENV: "py27-pytestfeatures"
- TOXENV: "py36-pytestmaster"
- TOXENV: "py36-pytestfeatures"

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=linting,docs,py{27,34,35,36,py,py3}-pytestrelease,py{27,36}-pytest{master,features}
envlist=linting,docs,py{27,34,35,36,37,38,py,py3}-pytestrelease,py{36,37}-pytest{master,features}

[testenv]
commands=
Expand Down

0 comments on commit 3a4ea0d

Please sign in to comment.