Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TIC-Desk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
TIC-Desk
Commits
8e4a1a5c
Commit
8e4a1a5c
authored
4 years ago
by
Tom Teichler
Committed by
root
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix tox.ini
parent
c126544d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!55
WIP: Resolve "Migrate to AlekSIS app"
Pipeline
#5445
failed
4 years ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+7
-7
7 additions, 7 deletions
tox.ini
with
7 additions
and
7 deletions
tox.ini
+
7
−
7
View file @
8e4a1a5c
...
...
@@ -13,7 +13,7 @@ commands_pre =
poetry
run
aleksis-admin
yarn
install
poetry
run
aleksis-admin
collectstatic
--no-input
commands
=
poetry
run
pytest
--cov
=
. {posargs}
aleksis
/
poetry
run
pytest
--cov
=
. {posargs}
ticdesk
/
[testenv:selenium]
setenv
=
...
...
@@ -24,9 +24,9 @@ setenv =
[testenv:lint]
commands
=
poetry
run
black
--check
--diff
aleksis
/
poetry
run
isort
-c
--diff
--stdout
aleksis
/
poetry
run
flake8
{posargs}
aleksis
/
poetry
run
black
--check
--diff
ticdesk
/
poetry
run
isort
-c
--diff
--stdout
ticdesk
/
poetry
run
flake8
{posargs}
ticdesk
/
[testenv:security]
commands
=
...
...
@@ -42,8 +42,8 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands
=
poetry
run
isort
aleksis
/
poetry
run
black
aleksis
/
poetry
run
isort
ticdesk
/
poetry
run
black
ticdesk
/
[flake8]
max_line_length
=
100
...
...
@@ -54,7 +54,7 @@ ignore = BLK100,E203,E231,W503,D100,D101,D102,D103,D104,D105,D106,D107,RST215,RS
profile
=
black
line_length
=
100
default_section
=
THIRDPARTY
known_first_party
=
aleksis
known_first_party
=
ticdesk
known_django
=
django
skip
=
migrations
sections
=
FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
...
...
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