Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Test formation git
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Fairise
Test formation git
Commits
d50e99cc
Commit
d50e99cc
authored
4 years ago
by
Fabien Zucchet
Browse files
Options
Downloads
Patches
Plain Diff
try pyflakes
parent
6c0f8168
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
d50e99cc
...
...
@@ -13,7 +13,7 @@ stages:
pylint
:
stage
:
Testing
# chaque Job est rattaché à une étape
script
:
# Ce sont les commandes qui seront lancées et qui feront fail le job si une erreur est renvoyée
-
py
lint -d C0301
code/*.py
-
py
flakes
code/*.py
unittest
:
stage
:
Testing
# On crée 2 jobs en parallèle dans la même étape
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
d50e99cc
emoji
==0.6.0
pylint
==2.6.0
\ No newline at end of file
pyflakes
==2.2.0
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