Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
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
Container Registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
client-projects
internewshid
Commits
f94f7ce1
Unverified
Commit
f94f7ce1
authored
6 years ago
by
Luke Murphy
Browse files
Options
Downloads
Patches
Plain Diff
Use the Makefile targets for the CI.
parent
ad41436a
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-10
3 additions, 10 deletions
.gitlab-ci.yml
with
3 additions
and
10 deletions
.gitlab-ci.yml
+
3
−
10
View file @
f94f7ce1
...
...
@@ -28,22 +28,15 @@ before_script:
checks
:
stage
:
checks
script
:
-
pipenv run python manage.py check
-
pipenv run python manage.py makemigrations --check
-
make checks
style
:
stage
:
style
allow_failure
:
true
script
:
-
pipenv run pylava internewshid
-
|
pipenv run isort internewshid \
--recursive \
--check-only \
--diff \
--settings-path=setup.cfg
-
make style
test
:
stage
:
test
script
:
-
pipenv run pytest -v --cov
-
make test
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