Skip to content

Commit

Permalink
feat: add year 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
LKI committed Oct 26, 2021
1 parent 233a7cd commit b0c698f
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 137 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
python -m pip install -U pip pipenv
pipenv sync --system --dev
- name: Test all
if: matrix.python-version == 3.8
if: matrix.python-version == 3.9
run: make test
- name: Only Pytest
if: matrix.python-version != 3.8
if: matrix.python-version != 3.9
run: make pytest
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[packages]

[dev-packages]
black = {version = "==21.7b0", markers = "python_version == '3.8'"}
black = {version = "==21.7b0", markers = "python_version == '3.9'"}
flake8 = ">=3.8.2"
isort = {version = ">=4.3.21", extras = ["pipfile"], markers = "python_version == '3.8'"}
isort = {version = ">=4.3.21", extras = ["pipfile"], markers = "python_version == '3.9'"}
pytest-cov = ">=2.9.0"
Loading

0 comments on commit b0c698f

Please sign in to comment.