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

Commit 1c42f66

Browse files
author
staticdev
committed
Windows tests enabled
1 parent 0bec87e commit 1c42f66

3 files changed

Lines changed: 41 additions & 45 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,20 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
<<<<<<< HEAD
1615
- { python-version: 3.8, os: ubuntu-latest, session: "pre-commit" }
1716
- { python-version: 3.8, os: ubuntu-latest, session: "safety" }
1817
- { python-version: 3.8, os: ubuntu-latest, session: "mypy" }
1918
- { python-version: 3.7, os: ubuntu-latest, session: "mypy" }
2019
- { python-version: 3.8, os: ubuntu-latest, session: "tests" }
2120
- { python-version: 3.7, os: ubuntu-latest, session: "tests" }
22-
# - { python-version: 3.8, os: windows-latest, session: "tests" }
21+
- { python-version: 3.8, os: windows-latest, session: "tests" }
2322
- { python-version: 3.8, os: macos-latest, session: "tests" }
2423
- { python-version: 3.8, os: ubuntu-latest, session: "typeguard" }
25-
# - { python-version: 3.8, os: ubuntu-latest, session: "docs" }
24+
- { python-version: 3.8, os: ubuntu-latest, session: "docs" }
2625

2726
env:
2827
NOXSESSION: ${{ matrix.session }}
2928

30-
=======
31-
- { python-version: 3.8, os: ubuntu-latest }
32-
- { python-version: 3.8, os: windows-latest }
33-
- { python-version: 3.8, os: macos-latest }
34-
- { python-version: 3.7, os: ubuntu-latest }
35-
>>>>>>> Uncomment windows
3629
steps:
3730
- name: Check out the repository
3831
uses: actions/checkout@v2.3.1

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)