Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #46 from mitodl/rc/v0.1.0
Browse files Browse the repository at this point in the history
First Release
  • Loading branch information
pwilkins committed Apr 16, 2015
2 parents 1be72b6 + 30a6eaf commit 89bc010
Show file tree
Hide file tree
Showing 29 changed files with 3,846 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
@@ -0,0 +1,8 @@
[run]

branch = True
source = ./pylmod

[report]
exclude_lines =
pragma: no cover
39 changes: 24 additions & 15 deletions .gitignore
@@ -1,54 +1,63 @@
.*.sw*
*.pyc
*.pyo
*.pkl
*~
.DS_Store
MANIFEST
build
dist
docs/sphinx/_build
docs/epydoc/apidocs
docs/apidocs
docs/html
docs/pdf
src
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
*.egg
*.egg-info/
.eggs/
.installed.cfg
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
env/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/
#PyCharm
.idea

0 comments on commit 89bc010

Please sign in to comment.