Skip to content

Commit

Permalink
tox: add mypy-diff testenv
Browse files Browse the repository at this point in the history
Upstream: pytest-dev#6486
  • Loading branch information
blueyed committed Feb 9, 2020
1 parent 9a1ef16 commit aed6fe7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
"docs",
"doctesting",
"mypy",
"mypy-diff",
]

include:
Expand Down Expand Up @@ -91,7 +92,10 @@ jobs:
python: "3.8"
os: ubuntu-latest
tox_env: "mypy"
skip_coverage: true
- name: "mypy-diff"
python: "3.8"
os: ubuntu-latest
tox_env: "mypy-diff"

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit aed6fe7

Please sign in to comment.