diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a75f2c1d51eaf2227c79aeb2fc9c79ee028bb8f..3089ad5206c99ea7f58b327d786bf08a7baac511 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,21 +32,23 @@ before_script: test: - tags: + tags: - env:docker script: #- python setup.py test - - pip install flake8 # you can also use tox + - pip install flake8 flake8-nb # you can also use tox - pwd - ls -lh - - flake8 ./trial_json.py + - flake8 --max-line-length 88 ./functions/*.py + - flake8-nb --max-line-length 88 ausarbeitung.ipynb -run: - tags: - - env:docker - script: - - pip install -r requirements.txt - - python trial_json.py + +#run: + #tags: + #- env:docker + #script: + #- pip install -r requirements.txt + #- python trial_json.py # an alternative approach is to install and run: # - pip install dist/* # run the command here @@ -55,7 +57,7 @@ run: # - dist/*.whl #pages: -# tags: +# tags: # - env:docker # script: # - pip install sphinx sphinx-rtd-theme