Skip to content
Snippets Groups Projects
Commit 45571645 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

test

parent 46787a73
No related branches found
No related tags found
2 merge requests!10Add pre commit improve tox setup,!9Draft: Add pre-commit hook and improve with better linting
Pipeline #110027 failed
Pipeline: Python Binary Wheel Package

#110028

    ...@@ -18,9 +18,9 @@ build-template: ...@@ -18,9 +18,9 @@ build-template:
    - python --version # For debugging - python --version # For debugging
    - cookiecutter --no-input --overwrite-if-exists --output-dir . . - cookiecutter --no-input --overwrite-if-exists --output-dir . .
    - cd my_awesome_app - cd my_awesome_app
    - git init
    - git config user.email "ci-runner@example.com" - git config user.email "ci-runner@example.com"
    - git config user.name "CI Runner" - git config user.name "CI Runner"
    - git init
    - source ./setup.sh - source ./setup.sh
    - ls -lah - ls -lah
    - tox --version - tox --version
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment