Skip to content

Commit

Permalink
Merge pull request #22 from tomerfiliba/coverallsfix
Browse files Browse the repository at this point in the history
Fix coverage and declare Python 3.8 support
  • Loading branch information
lrq3000 committed May 4, 2020
2 parents 25ce92e + 148799a commit 79398fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[run]
branch = True
include =
reedsolo.py
omit =
home/*
[report]
include =
reedsolo.py
omit =
*/python?.?/*
*/site-packages/nose/*
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.5
- 3.6
- 3.7
- 3.8
- pypy
- pypy3

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
#"Programming Language :: Python :: 3.8", # not yet compatible with Cython (as of March 2020)
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Cython",
"Topic :: Communications",
Expand Down

0 comments on commit 79398fe

Please sign in to comment.