Skip to content

Commit

Permalink
Added coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed May 29, 2018
1 parent 1370795 commit f28d2c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -11,3 +11,7 @@ tests/__pycache__
application/__pycache__/*
topicmodeling.zip
.zip
tests.xml
htmlcov
coverage.xml
.coverage
12 changes: 10 additions & 2 deletions Pipfile
@@ -1,20 +1,28 @@
[[source]]

url = "https://pypi.org/simple/"
verify_ssl = true
name = "pypi"


[packages]
dariah_topics_light = "==1.0"

dariah-topics-light = "==1.0"
lda = "==1.0.5"
bokeh = "==0.12.7"
lxml = "==4.2.1"
flask = "==0.12.2"
pandas = "==0.22.0"
numpy = "==1.14.2"
pyqt5 = "==5.10.0"
"pyqt5" = "==5.10.0"


[dev-packages]

pytest = "==3.5.0"
pytest-cov = "*"


[requires]

python_version = "3.6"

0 comments on commit f28d2c4

Please sign in to comment.