Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Merge requests
!457
Update tox.ini; compile messages before building dist
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update tox.ini; compile messages before building dist
feature/compile-messages-before-build
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Nik | Klampfradler
requested to merge
feature/compile-messages-before-build
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Update for
AlekSIS!11 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
89e1c037
1 commit,
4 years ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tox.ini
+
1
−
0
Options
@@ -35,6 +35,7 @@ commands =
[testenv:build]
commands_pre
=
poetry
run
sh
-c
"cd
aleksis
; aleksis-admin compilemessages"
commands
=
poetry build
[testenv:docs]
Loading