]> git.phdru.name Git - cookiecutter.git/blobdiff - cookiecutter
Use coverage and tox for testing
[cookiecutter.git] / cookiecutter
index 51322682fab678dd59ea05b5a4b5a41fcf87e146..34e5cfe944b63dfcd771ba0c04c92d57202c8fba 100755 (executable)
@@ -15,9 +15,10 @@ cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
 replace -i "template project" "$project_name" README.txt setup.py &&
-replace project "$project_name" docs/genapidocs mk-distr publish-docs setup.py &&
+replace project "$project_name" docs/genapidocs mk-distr publish-docs setup.py tox.ini &&
 
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
-exec git init
+git init && git add . &&
+exec git commit --message "Initial commit - created the project"