Generate project skeleton

This commit is contained in:
Jason R. Coombs
2015-12-19 22:29:56 -05:00
commit 5ad18328e8
11 changed files with 122 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
[pytest]
norecursedirs=*.egg .eggs dist build
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS