Compare commits
2 Commits
v5
...
4-execute-
Author | SHA1 | Date | |
---|---|---|---|
9026dd56cc
|
|||
6bd2b3c66c
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
*.pyc
|
||||
|
||||
venv
|
||||
|
@ -1,5 +1,6 @@
|
||||
stages:
|
||||
- linting
|
||||
- test
|
||||
|
||||
|
||||
flake8:
|
||||
@ -18,3 +19,9 @@ pylint:
|
||||
- pip install pylint --no-cache-dir
|
||||
script: pylint main.py
|
||||
allow_failure: true
|
||||
|
||||
|
||||
test:
|
||||
stage: test
|
||||
image: python:3-alpine
|
||||
script: python main.py
|
||||
|
Reference in New Issue
Block a user