Skip to content

Commit

Permalink
Add dependencies that will be needed for computing test coverage (qua…
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc authored Apr 21, 2018
1 parent 4d21942 commit 3e3778b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ __pycache__
.idea/*
# ignore cache
.cache/*
# ignore coverage files
*.py,cover
*.coverage
*.coverage.*
2 changes: 1 addition & 1 deletion continuous-integration/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ follow_imports = silent
ignore_missing_imports = true

# 3rd-party libs for which we don't have stubs
[mypy-absl,apiclient*,google.protobuf*,matplotlib*,numpy*,oauth2client*,pytest*,scipy*,sortedcontainers*]
[mypy-absl,apiclient*,google.protobuf*,matplotlib*,numpy,oauth2client,pytest,scipy,sortedcontainers,setuptools]
follow_imports = silent
ignore_missing_imports = true
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ matplotlib
numpy
pylint
pytest
pytest-cov
protobuf
requests
sortedcontainers

0 comments on commit 3e3778b

Please sign in to comment.