Skip to content

Commit

Permalink
Use tox to ensure support for python 3.7 & 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored and zupo committed Oct 26, 2019
1 parent 9764473 commit f795c8c
Show file tree
Hide file tree
Showing 6 changed files with 381 additions and 145 deletions.
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
[run]
parallel = true
source =
pyramid_openapi3
branch = True

[paths]
source =
pyramid_openapi3
*/site-packages/pyramid_openapi3

[report]
show_missing = true
precision = 2

# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
Expand Down
6 changes: 1 addition & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pyramid-openapi3 = {editable = true,path = "."}
black = "==19.3b0"
codespell = "*"
docutils = "==0.15"
dataclasses = {version = "*",markers = "python_version < '3.7'"}
flake8 = "*"
flake8-assertive = "*"
flake8-blind-except = "*"
Expand All @@ -29,15 +28,12 @@ flake8-print = "*"
flake8-self = "*"
flake8-super-call = "*"
flake8-tuple = "*"
importlib-resources = {version = "*",markers = "python_version < '3.7'"}
lxml = "*"
mypy = "*"
pre-commit = "*"
pre-commit-hooks = "*"
pydocstyle = "<4.0.0"
pytest = "*"
pytest-cov = "*"
pyramid-openapi3 = {editable = true, path = ".", extras = ["testing"]}
pytest-randomly = "*"
twine = "*"
webtest = "*"
typecov = "*"
Loading

0 comments on commit f795c8c

Please sign in to comment.