Skip to content

Commit

Permalink
Add some settings to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed May 23, 2017
1 parent 77b47c9 commit 8c19366
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[aliases]
distribute = register sdist bdist_wheel upload
dev = develop easy_install webob[testing]
docs = develop easy_install webob[docs]

[nosetests]
detailed-errors = True
cover-erase=True
cover-package=webob
nocapture=True

[wheel]
universal = 1

[metadata]
license_file = docs/license.txt

[flake8]
exclude =
show-source = True
max-line-length = 89

[tool:pytest]
python_files = test_*.py
testpaths =
src/webob
tests

0 comments on commit 8c19366

Please sign in to comment.