Skip to content

Commit

Permalink
setup coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dternyak committed Sep 30, 2018
1 parent ee0878a commit 2507333
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ db.sqlite3
venv
.idea
__pycache__
*.pyc
*.pyc
.coverage
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- SQLAlchemy
- alembic
- camelCase API
- py.test
- py.test (with coverage)

## Usage
Install requirements
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
alembic==1.0.0
atomicwrites==1.2.1
attrs==18.2.0
coverage==4.5.1
gunicorn==19.9.0
invoke==1.2.0
Mako==1.0.7
MarkupSafe==1.0
molten==0.5.1
Expand All @@ -11,6 +13,7 @@ pluggy==0.7.1
psycopg2==2.7.5
py==1.6.0
pytest==3.8.1
pytest-cov==2.6.0
python-dateutil==2.7.3
python-editor==1.0.3
six==1.11.0
Expand Down

0 comments on commit 2507333

Please sign in to comment.