mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
There are many references to this, so stick to old name.
This commit is contained in:
parent
4711c9fda3
commit
036a864dc9
6
tox.ini
6
tox.ini
@ -6,7 +6,7 @@
|
||||
# Map Python versions in GitHub Actions to tox environments to run.
|
||||
[gh-actions]
|
||||
python =
|
||||
2.7: py27-coverage,codechecks2
|
||||
2.7: py27-coverage,codechecks
|
||||
3.6: py36-coverage
|
||||
3.7: py37-coverage
|
||||
3.8: py38-coverage
|
||||
@ -17,7 +17,7 @@ python =
|
||||
twisted = 1
|
||||
|
||||
[tox]
|
||||
envlist = typechecks,codechecks2,codechecks3,py{27,36,37,38,39}-{coverage},pypy27,pypy3
|
||||
envlist = typechecks,codechecks,codechecks3,py{27,36,37,38,39}-{coverage},pypy27,pypy3
|
||||
minversion = 2.4
|
||||
|
||||
[testenv]
|
||||
@ -97,7 +97,7 @@ commands =
|
||||
coverage report
|
||||
|
||||
|
||||
[testenv:codechecks2]
|
||||
[testenv:codechecks]
|
||||
basepython = python2.7
|
||||
# On macOS, git inside of towncrier needs $HOME.
|
||||
passenv = HOME
|
||||
|
Loading…
Reference in New Issue
Block a user