Skip to content
Snippets Groups Projects

Add pre commit improve tox setup

Merged Corné Lukken requested to merge add-pre-commit-improve-tox-setup-2 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading