Merge pull request #4 from sprockets/minor-updates

Minor updates
This commit is contained in:
John Brodie 2014-10-16 10:38:32 -04:00
commit e3665c58e2
4 changed files with 18 additions and 14 deletions

View 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

View file

@ -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]

View file

@ -1 +0,0 @@
sprockets<2

View file

@ -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