mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-26 13:59:59 +00:00
Merge pull request #1080 from tahoe-lafs/3722.integration-tests-windows-python-3
Enable integration tests on Windows for Python 3 Fixes ticket:3722
This commit is contained in:
commit
59b09b60d3
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -173,13 +173,15 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
- ubuntu-latest
|
||||
python-version:
|
||||
- 2.7
|
||||
- 3.6
|
||||
- 3.9
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
python-version: 3.6
|
||||
- os: macos-latest
|
||||
python-version: 2.7
|
||||
|
||||
steps:
|
||||
|
||||
|
0
newsfragments/3722.minor
Normal file
0
newsfragments/3722.minor
Normal file
2
tox.ini
2
tox.ini
@ -104,7 +104,7 @@ setenv =
|
||||
commands =
|
||||
python --version
|
||||
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
|
||||
python3 -b -m pytest --timeout=1800 --coverage -v {posargs:integration}
|
||||
py.test --timeout=1800 --coverage -v {posargs:integration}
|
||||
coverage combine
|
||||
coverage report
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user