Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-DashboardFeeds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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-DashboardFeeds
Commits
7fd053f1
Commit
7fd053f1
authored
1 year ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch 'check/update-tox-ini' into 'master'
Update tox.ini See merge request
!82
parents
f23eb7f1
0a3d9a9a
No related branches found
No related tags found
1 merge request
!82
Update tox.ini
Pipeline
#140089
failed
1 year ago
Stage: prepare
Stage: test
Stage: build
Stage: publish
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+2
-1
2 additions, 1 deletion
tox.ini
with
2 additions
and
1 deletion
tox.ini
+
2
−
1
View file @
7fd053f1
...
@@ -4,7 +4,7 @@ skip_missing_interpreters = true
...
@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist
=
py39,py310,py311
envlist
=
py39,py310,py311
[testenv]
[testenv]
white
list_externals
=
poetry
allow
list_externals
=
poetry
skip_install
=
true
skip_install
=
true
envdir
=
{toxworkdir}/globalenv
envdir
=
{toxworkdir}/globalenv
commands_pre
=
commands_pre
=
...
@@ -27,6 +27,7 @@ commands =
...
@@ -27,6 +27,7 @@ commands =
poetry
run
isort
-c
--diff
--stdout
aleksis/
poetry
run
isort
-c
--diff
--stdout
aleksis/
poetry
run
flake8
{posargs}
aleksis/
poetry
run
flake8
{posargs}
aleksis/
poetry
run
sh
-c
"aleksis-admin
yarn
run
prettier
--check
--ignore-path
=
{toxinidir}/.prettierignore {toxinidir}"
poetry
run
sh
-c
"aleksis-admin
yarn
run
prettier
--check
--ignore-path
=
{toxinidir}/.prettierignore {toxinidir}"
poetry
run
sh
-c
"aleksis-admin
yarn
run
eslint
{toxinidir}/aleksis/**/*/frontend/**/*.{js,vue}
--config
=
{toxinidir}/.eslintrc.js --resolve-plugins-relative-to=."
[testenv:security]
[testenv:security]
commands
=
commands
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment