Skip to content

Commit

Permalink
Added pipeline to validate against pytest 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
js-dieu committed Mar 27, 2020
1 parent 5162c35 commit 1498d7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,19 @@ workflows:
- pytestmonitor-py36-pytest51
- pytestmonitor-py36-pytest52
- pytestmonitor-py36-pytest53
- pytestmonitor-py36-pytest54
- pytestmonitor-py37-pytest44
- pytestmonitor-py37-pytest45
- pytestmonitor-py37-pytest46
- pytestmonitor-py37-pytest50
- pytestmonitor-py37-pytest51
- pytestmonitor-py37-pytest52
- pytestmonitor-py37-pytest53
- pytestmonitor-py37-pytest54
- pytestmonitor-py38-pytest46
- pytestmonitor-py38-pytest52
- pytestmonitor-py38-pytest53
- pytestmonitor-py38-pytest54
filters:
tags:
only: /^[a-zA-Z].*/
Expand Down Expand Up @@ -177,6 +180,11 @@ jobs:
CI_PYTHON: 'python=3.6'
CI_PYTEST: 'pytest=5.3'
<<: *shared
pytestmonitor-py36-pytest54:
environment:
CI_PYTHON: 'python=3.6'
CI_PYTEST: 'pytest=5.4'
<<: *shared
pytestmonitor-py37-pytest44:
environment:
CI_PYTHON: 'python=3.7'
Expand Down Expand Up @@ -212,6 +220,11 @@ jobs:
CI_PYTHON: 'python=3.7'
CI_PYTEST: 'pytest=5.3'
<<: *shared
pytestmonitor-py37-pytest54:
environment:
CI_PYTHON: 'python=3.7'
CI_PYTEST: 'pytest=5.4'
<<: *shared
pytestmonitor-py38-pytest46:
environment:
CI_PYTHON: 'python=3.8'
Expand All @@ -227,6 +240,11 @@ jobs:
CI_PYTHON: 'python=3.8'
CI_PYTEST: 'pytest=5.3'
<<: *shared
pytestmonitor-py38-pytest54:
environment:
CI_PYTHON: 'python=3.8'
CI_PYTEST: 'pytest=5.4'
<<: *shared
nightly_build:
environment:
CI_PYTHON: 'python'
Expand Down

0 comments on commit 1498d7e

Please sign in to comment.