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
Merge requests
!82
Update tox.ini
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update tox.ini
check/update-tox-ini
into
master
Overview
0
Commits
2
Pipelines
11
Changes
1
Merged
Jonathan Weth
requested to merge
check/update-tox-ini
into
master
1 year ago
Overview
0
Commits
2
Pipelines
11
Changes
1
Expand
Automatically created by the almighty Aleksolotl.
Edited
1 year ago
by
Aleksolotl
0
0
Merge request reports
Viewing commit
0a3d9a9a
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0a3d9a9a
Update tox.ini
· 0a3d9a9a
Aleksolotl
authored
1 year ago
tox.ini
+
1
−
1
Options
@@ -4,7 +4,7 @@ skip_missing_interpreters = true
envlist
=
py39,py310,py311
[testenv]
white
list_externals
=
poetry
allow
list_externals
=
poetry
skip_install
=
true
envdir
=
{toxworkdir}/globalenv
commands_pre
=
Loading