We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480f86e commit a454f90Copy full SHA for a454f90
endesive/__init__.py
@@ -2,6 +2,6 @@
2
3
__author__ = 'Grzegorz Makarewicz'
4
__license__ = 'MIT'
5
-__version__ = '2.18.4'
+__version__ = '2.18.5'
6
7
__all__ = [__author__, __license__, __version__]
x-tests.sh
@@ -13,6 +13,7 @@ vpython3 -m coverage run \
13
"endesive/pdf/PyPDF2/*",\
14
"endesive/pdf/PyPDF2_annotate/*",\
15
"endesive/pdf/fpdf/*",\
16
-"endesive/pdf/pdf.py" \
+"endesive/pdf/pdf.py",\
17
+"/usr/lib/*" \
18
-m unittest discover tests
19
vpy3-coverage3 report -m
0 commit comments