Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
platform:
- ubuntu-latest
- macos-latest
- windows-2019
- windows-latest
include:
- platform: ubuntu-latest
python: "3.10"
Expand Down
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,21 @@ passenv =
windir # required for test_pkg_resources
# honor git config in pytest-perf
HOME
# workaround for tox-dev/tox#2382
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(x86)

[testenv:integration]
deps = {[testenv]deps}
extras = testing-integration
passenv =
{[testenv]passenv}
DOWNLOAD_PATH
# workaround for tox-dev/tox#2382
PROGRAMDATA
PROGRAMFILES
PROGRAMFILES(x86)
setenv =
PROJECT_ROOT = {toxinidir}
commands =
Expand Down