Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
3a52922c
Commit
3a52922c
authored
Jul 30, 2018
by
Swann Perarnau
Browse files
Merge branch 'ci-wip' into 'master'
[CI] Remove CI for work-in-progress refs See merge request
!19
parents
8d57923b
bb5caba4
Pipeline
#3755
canceled with stages
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3a52922c
...
...
@@ -7,9 +7,16 @@ py.test:
script
:
-
pipenv install --dev
-
pipenv run py.test
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
flake8
:
stage
:
style
script
:
-
pipenv install --dev
-
pipenv run flake8
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment