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

Commit

Permalink
Merge pull request #51 from staticdev/windows
Browse files Browse the repository at this point in the history
Windows
  • Loading branch information
Thiago C. D'Ávila authored Jul 6, 2020
2 parents 6b1a7fe + 4b3b04d commit 314e2b5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- { python-version: 3.7, os: ubuntu-latest, session: "mypy" }
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
- { python-version: 3.7, os: ubuntu-latest, session: "tests" }
# - { python-version: 3.8, os: windows-latest, session: "tests" }
- { python-version: 3.8, os: windows-latest, session: "tests" }
- { python-version: 3.8, os: macos-latest, session: "tests" }
- { python-version: 3.8, os: ubuntu-latest, session: "typeguard" }
# - { python-version: 3.8, os: ubuntu-latest, session: "docs" }
Expand Down
73 changes: 38 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click = "^7.0"

[tool.poetry.dev-dependencies]
pytest = "^5.4.3"
coverage = {extras = ["toml"], version = "^5.0.3"}
coverage = {extras = ["toml"], version = "^5.2"}
black = "^19.10b0"
flake8 = "^3.8.3"
flake8-bandit = "^2.1.2"
Expand Down

0 comments on commit 314e2b5

Please sign in to comment.