FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-sql/tox.ini at main · tryton/python-sql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
tryton
/
python-sql
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-sql
/
tox.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 517 Bytes
Breadcrumbs
python-sql
/
tox.ini
Copy path
File metadata and controls
17 lines (15 loc) · 517 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
[tox]
envlist
= py39, py310, py311, py312, py313, py314, pypy3
[testenv]
changedir
= {env_site_packages_dir}
commands
=
coverage run --
rcfile
={toxinidir}/tox.ini --
source
=sql --
omit
=*/tests/* -m xmlrunner discover -s sql.tests {posargs}
commands_post
=
coverage report --
rcfile
={toxinidir}/tox.ini --
omit
=README.rst
coverage xml --
rcfile
={toxinidir}/tox.ini --
omit
=README.rst -o {package_root}/coverage.xml
deps
=
coverage
unittest-xml-reporting
passenv
= *
[coverage:run]
relative_files
= true
Back
|
FazBrowse Home
|
New Git URL