mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
Can't use latest Twisted for typechecks, on Windows older Twisted requires compilation which fails, sticking to 3.7 is workaround since it has Windows wheels.
This commit is contained in:
parent
7f70315c83
commit
e5d636746e
4
tox.ini
4
tox.ini
@ -9,9 +9,9 @@
|
||||
python =
|
||||
2.7: py27-coverage,codechecks
|
||||
3.6: py36-coverage
|
||||
3.7: py37-coverage
|
||||
3.7: py37-coverage,typechecks,codechecks3
|
||||
3.8: py38-coverage
|
||||
3.9: py39-coverage,typechecks,codechecks3
|
||||
3.9: py39-coverage
|
||||
pypy-3.7: pypy3
|
||||
|
||||
[pytest]
|
||||
|
Loading…
x
Reference in New Issue
Block a user