Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 314e2b5

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #51 from staticdev/windows
Windows
2 parents 6b1a7fe + 4b3b04d commit 314e2b5

3 files changed

Lines changed: 40 additions & 37 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- { python-version: 3.7, os: ubuntu-latest, session: "mypy" }
1919
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
2020
- { python-version: 3.7, os: ubuntu-latest, session: "tests" }
21-
# - { python-version: 3.8, os: windows-latest, session: "tests" }
21+
- { python-version: 3.8, os: windows-latest, session: "tests" }
2222
- { python-version: 3.8, os: macos-latest, session: "tests" }
2323
- { python-version: 3.8, os: ubuntu-latest, session: "typeguard" }
2424
# - { python-version: 3.8, os: ubuntu-latest, session: "docs" }

poetry.lock

Lines changed: 38 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ click = "^7.0"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "^5.4.3"
18-
coverage = {extras = ["toml"], version = "^5.0.3"}
18+
coverage = {extras = ["toml"], version = "^5.2"}
1919
black = "^19.10b0"
2020
flake8 = "^3.8.3"
2121
flake8-bandit = "^2.1.2"

0 commit comments

Comments
 (0)