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:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
deploy:
|
deploy:
|
||||||
|
distributions: sdist bdist_wheel
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: sprockets
|
|
||||||
on:
|
on:
|
||||||
python: 2.7
|
python: 2.7
|
||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
|
user: sprockets
|
||||||
password:
|
password:
|
||||||
secure: [REPLACE-ME]
|
secure: [REPLACE-ME]
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
sprockets<2
|
|
|
@ -1,12 +1,2 @@
|
||||||
[build_sphinx]
|
[bdist_wheel]
|
||||||
all-files = 1
|
universal = 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
|
|
Loading…
Reference in a new issue