Skip to content

Commit 267dbd2

Browse files
authored
Merge pull request #127 from isuruf/patch-1
Pass through PROGRAMDATA, PROGRAMFILES env variables
2 parents cd61528 + 4484edf commit 267dbd2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
platform:
2323
- ubuntu-latest
2424
- macos-latest
25-
# disable tests on Windows due to pypa/distutils#118
26-
# - windows-latest
25+
- windows-latest
2726
runs-on: ${{ matrix.platform }}
2827
steps:
2928
- uses: actions/checkout@v2

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ commands =
55
pytest {posargs}
66
setenv =
77
PYTHONPATH = {toxinidir}
8+
passenv =
9+
# workaround for tox-dev/tox#2382
10+
PROGRAMDATA
11+
PROGRAMFILES
12+
PROGRAMFILES(X86)
813
skip_install = True

0 commit comments

Comments
 (0)