mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-23 11:19:52 +00:00
commit
e3665c58e2
4 changed files with 18 additions and 14 deletions
14
sprockets.{{cookiecutter.project_name}}/.editorconfig
Normal file
14
sprockets.{{cookiecutter.project_name}}/.editorconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[.travis.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
|
@ -16,11 +16,12 @@ script: nosetests
|
|||
after_success:
|
||||
- coveralls
|
||||
deploy:
|
||||
distributions: sdist bdist_wheel
|
||||
provider: pypi
|
||||
user: sprockets
|
||||
on:
|
||||
python: 2.7
|
||||
tags: true
|
||||
all_branches: true
|
||||
user: sprockets
|
||||
password:
|
||||
secure: [REPLACE-ME]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
sprockets<2
|
|
@ -1,12 +1,2 @@
|
|||
[build_sphinx]
|
||||
all-files = 1
|
||||
source-dir = docs
|
||||
build-dir = build/docs
|
||||
|
||||
[nosetests]
|
||||
with-coverage = 1
|
||||
cover-package = sprockets.{{cookiecutter.project_name}}
|
||||
verbose = 1
|
||||
|
||||
[flake8]
|
||||
exclude = build,dist,docs,env
|
||||
[bdist_wheel]
|
||||
universal = 1
|
Loading…
Reference in a new issue