mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Remove gitlab-ci
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
46793a9694
commit
4157f18a90
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
image: "python:3.7"
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- python --version
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- Static Analysis
|
|
||||||
- Test
|
|
||||||
|
|
||||||
flake8:
|
|
||||||
stage: Static Analysis
|
|
||||||
script:
|
|
||||||
- flake8 --max-line-length=120 bild/*.py
|
|
||||||
|
|
||||||
unit_test:
|
|
||||||
stage: Test
|
|
||||||
script:
|
|
||||||
- export PYTHONPATH="$PYTHONPATH:."
|
|
||||||
- python -c "import sys;print(sys.path)"
|
|
||||||
- pytest
|
|
Loading…
Reference in a new issue