Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Untis
Merge requests
!187
Update tox.ini
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update tox.ini
check/update-tox-ini
into
master
Overview
0
Commits
1
Pipelines
6
Changes
1
Open
Aleksolotl
requested to merge
check/update-tox-ini
into
master
10 months ago
Overview
0
Commits
1
Pipelines
6
Changes
1
Expand
Automatically created by the almighty Aleksolotl.
0
0
Merge request reports
Compare
master
version 5
220b1ae9
1 month ago
version 4
c8a40d1d
1 month ago
version 3
fa86b4d0
1 month ago
version 2
89ff5198
3 months ago
version 1
5ec5b145
10 months ago
master (HEAD)
and
version 3
latest version
c732946e
1 commit,
3 weeks ago
version 5
220b1ae9
1 commit,
1 month ago
version 4
c8a40d1d
4 commits,
1 month ago
version 3
fa86b4d0
3 commits,
1 month ago
version 2
89ff5198
2 commits,
3 months ago
version 1
5ec5b145
1 commit,
10 months ago
1 file
+
6
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tox.ini
+
6
−
4
Options
[tox]
skipsdist
=
True
skip_missing_interpreters
=
true
envlist
=
py39,
py310,py311
envlist
=
py310,py311
,py312
[testenv]
allowlist_externals
=
@@ -28,8 +28,8 @@ commands_pre =
yarnpkg
--cwd
=
.dev-js
commands
=
poetry
run
ruff
check
{posargs}
aleksis/
#
yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check ..
#
yarnpkg --cwd=.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=.
yarnpkg
--cwd
=
.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check ..
yarnpkg
--cwd
=
.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue} --config={toxinidir}/.eslintrc.js --resolve-plugins-relative-to=.
[testenv:security]
commands_pre
=
@@ -42,6 +42,8 @@ commands =
commands_pre
=
poetry
install
poetry
run
sh
-c
"cd
aleksis
; aleksis-admin compilemessages"
poetry
run
aleksis-admin
yarn
install
poetry
run
aleksis-admin
compile_scss
commands
=
poetry build
[testenv:docs]
@@ -55,7 +57,7 @@ commands_pre =
yarnpkg
--cwd
=
.dev-js
commands
=
poetry
run
ruff
format
aleksis/
#
yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore --write ..
yarnpkg
--cwd
=
.dev-js run prettier --ignore-path={toxinidir}/.prettierignore --write ..
[testenv:makemessages]
commands_pre
=
Loading