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

View file

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

View file

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