Skip to content

Commit

Permalink
Limit windows action to Python38 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed Nov 4, 2022
1 parent b2e88bf commit 80a79e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python38-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
python -m pip install tox
- name: Run tox
run: |
tox
tox -e py38-windows
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =

[testenv:lint]
skip_install = true
basepython=python3.8
basepython = python3.8
commands =
pylint -r y pipcompilemulti/ tests/
deps =
Expand Down Expand Up @@ -53,5 +53,5 @@ commands =

[pytest]
addopts = -vvvs --doctest-modules
log_cli=true
log_level=NOTSET
log_cli = true
log_level = NOTSET

0 comments on commit 80a79e3

Please sign in to comment.