FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
babel/tox.ini at master · python-babel/babel · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-babel
/
babel
Public
Notifications
You must be signed in to change notification settings
Fork
490
Star
1.5k
Code
Issues
164
Pull requests
69
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
babel
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (38 loc) · 927 Bytes
Breadcrumbs
babel
/
tox.ini
Copy path
File metadata and controls
40 lines (38 loc) · 927 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[tox]
isolated_build
= true
envlist
=
py{38,39,310,311,312,313,314,315}
pypy3
py{38}-pytz
py{311,312,313,314,315}-setuptools
py{312,313,314,315}-jinja
[testenv]
extras
=
dev
deps
=
#
On Python 3.9, we need a version of Setuptools that still has pkg_resources
#
to be able to run the Jinja extractor tests.
py39: setuptools<82
{env:BABEL_TOX_EXTRA_DEPS:}
allowlist_externals
= make
commands
= make clean-cldr test
setenv
=
PYTEST_FLAGS
=--
cov
=babel --
cov-report
=xml:{env:COVERAGE_XML_PATH:.coverage_cache}/coverage.{envname}.xml
BABEL_TOX_INI_DIR
={toxinidir}
passenv
=
BABEL_*
PYTEST_*
PYTHON_*
#
To let pytest-github-actions-annotate-failures know it's running in GitHub Actions:
GITHUB_ACTIONS
[gh-actions]
python
=
pypy3: pypy3
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313
3.14: py314
3.15: py315
Back
|
FazBrowse Home
|
New Git URL