mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-27 06:20:25 +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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
|
||||||
- windows-latest
|
- windows-latest
|
||||||
|
- ubuntu-latest
|
||||||
python-version:
|
python-version:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.6
|
||||||
|
- 3.9
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: macos-latest
|
||||||
python-version: 3.6
|
python-version: 2.7
|
||||||
|
|
||||||
steps:
|
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 =
|
commands =
|
||||||
python --version
|
python --version
|
||||||
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
|
# 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 combine
|
||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user