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
7d9a57fc
Verified
Commit
7d9a57fc
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Install dependencies for linter
parent
1c6b92ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#1757
failed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+5
-2
5 additions, 2 deletions
tox.ini
with
5 additions
and
2 deletions
tox.ini
+
5
−
2
View file @
7d9a57fc
...
...
@@ -7,9 +7,12 @@ envlist = py37,py38
whitelist_externals
=
poetry
skip_install
=
true
envdir
=
{toxworkdir}/globalenv
commands_pre
=
./dev.sh install-all
commands_pre
=
-
sudo
apt
update
-
sudo
apt
install
python3-ldap
libldap2-dev
libssl-dev
libsasl2-dev
python3.7-dev
-y
-
./dev.sh
install-all
commands
=
poetry
run
pytest
--cov
=
. {posargs} aleksis/ apps/official/
-
poetry
run
pytest
--cov
=
. {posargs} aleksis/ apps/official/
[testenv:selenium]
setenv
=
...
...
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