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
Commits
e77218d3
Verified
Commit
e77218d3
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Do not install all apps
parent
8e269d50
No related branches found
No related tags found
1 merge request
!266
Do not install all apps
Pipeline
#2065
passed
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 @
e77218d3
...
...
@@ -11,9 +11,9 @@ envdir = {toxworkdir}/globalenv
commands_pre
=
-
sudo
apt
update
-
sudo
apt
install
python3-ldap
libldap2-dev
libssl-dev
libsasl2-dev
python3.7-dev
-y
-
./dev.sh
install
-all
-
poetry
install
commands
=
-
poetry
run
pytest
--cov
=
. {posargs} aleksis/
apps/official/
-
poetry
run
pytest
--cov
=
. {posargs} aleksis/
[testenv:selenium]
setenv
=
...
...
@@ -24,9 +24,9 @@ setenv =
[testenv:lint]
commands
=
-
poetry
run
black
--check
--diff
aleksis/
apps/official/
--exclude
"migrations"
-
poetry
run
isort
-c
--diff
--stdout
-rc
-s
migrations
aleksis/
apps/official/
poetry
run
flake8
{posargs}
--exclude-from-doctest
migrations
aleksis/
apps/official/
-
poetry
run
black
--check
--diff
aleksis/
--exclude
"migrations"
-
poetry
run
isort
-c
--diff
--stdout
-rc
-s
migrations
aleksis/
poetry
run
flake8
{posargs}
--exclude-from-doctest
migrations
aleksis/
[testenv:security]
commands
=
...
...
@@ -42,8 +42,8 @@ commands = poetry run make -C docs/ html {posargs}
[testenv:reformat]
commands
=
poetry
run
isort
-rc
aleksis/
apps/official/
poetry
run
black
aleksis/
apps/official/
poetry
run
isort
-rc
aleksis/
poetry
run
black
aleksis/
[flake8]
max_line_length
=
100
...
...
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