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
No Python 3.8 on AppVeyor yet.
  • Loading branch information
hroncok committed Jul 2, 2019
1 parent 763b661 commit 1bf30d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
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
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -7,9 +7,8 @@ environment:
- TOXENV: "py34-pytestrelease"
- TOXENV: "py35-pytestrelease"
- TOXENV: "py36-pytestrelease"
- TOXENV: "py37-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
@@ -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 1bf30d6

Please sign in to comment.